Exception: Arachni::RPC::Exceptions::InvalidObject
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
Instance Method Details
- (Bool) rpc_invalid_object_error?
True
126 127 128 |
# File 'lib/arachni/rpc/exceptions.rb', line 126 def rpc_invalid_object_error? true end |