Exception: RCONNoAuthError

Inherits:
SteamCondenserError show all
Defined in:
lib/errors/rcon_no_auth_error.rb

Overview

This error class indicates that you have not authenticated yet with the game server you’re trying to send commands via RCON

See Also:

Author:

  • Sebastian Staudt

Instance Attribute Summary

Attributes inherited from SteamCondenserError

#cause

Instance Method Summary collapse

Constructor Details

#initializeRCONNoAuthError

Creates a new ‘RCONNoAuthError` instance



17
18
19
# File 'lib/errors/rcon_no_auth_error.rb', line 17

def initialize
  super 'Not authenticated yet.'
end