Exception: Rcon::Error::SocketReadTimeoutError

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

Overview

used for communicating that we timed out trying to read from the socket

Instance Method Summary collapse

Instance Method Details

#messageString

Returns:

  • (String)


56
57
58
# File 'lib/rcon/error/error.rb', line 56

def message
  "timed out waiting for socket to be read-ready"
end