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