Exception: RCONNoAuthException
- Inherits:
-
SteamCondenserException
- Object
- StandardError
- SteamCondenserException
- RCONNoAuthException
- Defined in:
- lib/exceptions/rcon_no_auth_exception.rb
Instance Method Summary collapse
-
#initialize ⇒ RCONNoAuthException
constructor
A new instance of RCONNoAuthException.
Constructor Details
#initialize ⇒ RCONNoAuthException
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 |