NoAuthServerSettingsException constructor

NoAuthServerSettingsException()

Implementation

NoAuthServerSettingsException()
    : super(
        'once you allow for auto auth for the server you must provide auth server settings try the DefaultAuthServerSettings or implement your own ',
        ErrorCodes.noAuthServerSettings,
      );