NoServerSettingsExceptions constructor

NoServerSettingsExceptions()

Implementation

NoServerSettingsExceptions()
    : super(
        'no serverSettings provided',
        ErrorCodes.noServerSettings,
      );