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