ApprovalRuleTemplateNameAlreadyExistsException constructor
Implementation
ApprovalRuleTemplateNameAlreadyExistsException(
{String? type, String? message})
: super(
type: type,
code: 'ApprovalRuleTemplateNameAlreadyExistsException',
message: message);