Exception: Arachni::RPC::Exceptions::RemoteException

Inherits:
Base
  • Object
show all
Defined in:
lib/arachni/rpc/exceptions.rb

Overview

Signifies an exception that occurred on the server-side.

Look errors on the remote method and review the server output for more details.

Instance Method Summary collapse

Methods inherited from Base

#rpc_exception?

Instance Method Details

#rpc_remote_exception?Bool

Returns true.

Returns:

  • (Bool)

    true



103
104
105
# File 'lib/arachni/rpc/exceptions.rb', line 103

def rpc_remote_exception?
    true
end