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