Exception: RCONBanException

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

Overview

This exception 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.

See Also:

Author:

  • Sebastian Staudt

Instance Method Summary collapse

Constructor Details

#initializeRCONBanException

Creates a new ‘RCONBanException` instance



18
19
20
# File 'lib/exceptions/rcon_ban_exception.rb', line 18

def initialize
  super 'You have been banned from this server.'
end