Exception: RCONBanException

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

Instance Method Summary collapse

Constructor Details

#initializeRCONBanException

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