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