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