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