Exception: Rcon::Error::AuthError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rcon/error/error.rb

Overview

used for communicating that there was an issue authenticating with the RCON server.

Instance Method Summary collapse

Instance Method Details

#messageString

Returns:

  • (String)


10
11
12
# File 'lib/rcon/error/error.rb', line 10

def message
  "error authenticating with server. is your password correct?"
end