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