Exception: RCONBanError
- Inherits:
-
SteamCondenserError
- Object
- StandardError
- SteamCondenserError
- RCONBanError
- Defined in:
- lib/errors/rcon_ban_error.rb
Overview
This error class indicates that the IP address your accessing the game server from has been banned by the server
You or the server operator will have to unban your IP address on the server.
Instance Attribute Summary
Attributes inherited from SteamCondenserError
Instance Method Summary collapse
-
#initialize ⇒ RCONBanError
constructor
Creates a new ‘RCONBanError` instance.
Constructor Details
#initialize ⇒ RCONBanError
Creates a new ‘RCONBanError` instance
18 19 20 |
# File 'lib/errors/rcon_ban_error.rb', line 18 def initialize super 'You have been banned from this server.' end |