Exception: Rcon::Error::ServerClosedSocketError
- Inherits:
-
StandardError
- Object
- StandardError
- Rcon::Error::ServerClosedSocketError
- Defined in:
- lib/rcon/error/error.rb
Overview
used for communicating that the server closed the connection
Instance Method Summary collapse
Instance Method Details
#message ⇒ String
56 57 58 |
# File 'lib/rcon/error/error.rb', line 56 def "the server closed the connection. Do you have too many concurrent connections open?" end |