Exception: Arachni::RPC::Exceptions::InvalidObject

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

Overview

An invalid object has been called.

Make sure that there is a server-side handler for the object you called.

Instance Method Summary collapse

Methods inherited from Base

#rpc_exception?

Instance Method Details

#rpc_invalid_object_error?Bool

Returns true.

Returns:

  • (Bool)

    true



114
115
116
# File 'lib/arachni/rpc/exceptions.rb', line 114

def rpc_invalid_object_error?
    true
end