Exception: RCONNoAuthError
- Inherits:
-
SteamCondenserError
- Object
- StandardError
- SteamCondenserError
- RCONNoAuthError
- Defined in:
- lib/errors/rcon_no_auth_error.rb
Overview
This error class indicates that you have not authenticated yet with the game server you’re trying to send commands via RCON
Instance Attribute Summary
Attributes inherited from SteamCondenserError
Instance Method Summary collapse
-
#initialize ⇒ RCONNoAuthError
constructor
Creates a new
RCONNoAuthErrorinstance.
Constructor Details
#initialize ⇒ RCONNoAuthError
Creates a new RCONNoAuthError instance
17 18 19 |
# File 'lib/errors/rcon_no_auth_error.rb', line 17 def initialize super 'Not authenticated yet.' end |