Exception: RCONBanException
- Inherits:
-
SteamCondenserException
- Object
- StandardError
- SteamCondenserException
- RCONBanException
- Defined in:
- lib/exceptions/rcon_ban_exception.rb
Instance Method Summary collapse
-
#initialize ⇒ RCONBanException
constructor
A new instance of RCONBanException.
Constructor Details
#initialize ⇒ RCONBanException
Returns a new instance of RCONBanException.
10 11 12 |
# File 'lib/exceptions/rcon_ban_exception.rb', line 10 def initialize super 'You have been banned from this server.' end |