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