Exception: Arachni::RPC::Exceptions::Base

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

Instance Method Summary collapse

Instance Method Details

#rpc_exception?Bool

Returns true.

Returns:

  • (Bool)

    true



81
82
83
# File 'lib/arachni/rpc/exceptions.rb', line 81

def rpc_exception?
    true
end