Exception: Rcon::Error::ServerClosedSocketError

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

Overview

used for communicating that the server closed the connection

Instance Method Summary collapse

Instance Method Details

#messageString

Returns:

  • (String)


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

def message
  "the server closed the connection. Do you have too many concurrent connections open?"
end