Exception: RCONBanError

Inherits:
SteamCondenserError show all
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.

See Also:

Author:

  • Sebastian Staudt

Instance Attribute Summary

Attributes inherited from SteamCondenserError

#cause

Instance Method Summary collapse

Constructor Details

#initializeRCONBanError

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