Exception: Rcon::Error::SocketWriteTimeoutError

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

Overview

used for communicating that we timed out trying to write to the socket

Instance Method Summary collapse

Instance Method Details

#messageString

Returns:

  • (String)


64
65
66
# File 'lib/rcon/error/error.rb', line 64

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