Exception: RCONNoAuthException

Inherits:
SteamCondenserException show all
Defined in:
lib/exceptions/rcon_no_auth_exception.rb

Overview

This exception class indicates that you have not authenticated yet with the game server you’re trying to send commands via RCON

See Also:

Author:

  • Sebastian Staudt

Instance Method Summary collapse

Constructor Details

#initializeRCONNoAuthException

Creates a new ‘RCONNoAuthException` instance



17
18
19
# File 'lib/exceptions/rcon_no_auth_exception.rb', line 17

def initialize
  super 'Not authenticated yet.'
end