Exception: Toq::Exceptions::ConnectionError

Inherits:
Base
  • Object
show all
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

SSLPeerVerificationFailed

Instance Method Summary collapse

Methods inherited from Base

#rpc_exception?

Instance Method Details

#rpc_connection_error?Bool

Returns true.

Returns:

  • (Bool)

    true



91
92
93
# File 'lib/toq/exceptions.rb', line 91

def rpc_connection_error?
    true
end