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