Exception: RCONNoAuthException

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

Instance Method Summary collapse

Constructor Details

#initializeRCONNoAuthException

Returns a new instance of RCONNoAuthException.



10
11
12
# File 'lib/exceptions/rcon_no_auth_exception.rb', line 10

def initialize
  super 'Not authenticated yet.'
end