Exception: Arachni::RPC::Exceptions::ConnectionError

Inherits:
Base
  • Object
show all
Defined in:
lib/arachni/rpc/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



92
93
94
# File 'lib/arachni/rpc/exceptions.rb', line 92

def rpc_connection_error?
    true
end