Exception: Toq::Exceptions::ConnectionError
- Defined in:
- lib/toq/exceptions.rb
Overview
Signifies an abruptly terminated connection.
Look for network or SSL errors or a dead server or a mistyped server address/port.
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#rpc_connection_error? ⇒ Bool
Returns true.
91 92 93 |
# File 'lib/toq/exceptions.rb', line 91 def rpc_connection_error? true end |