Exception: Arachni::RPC::Exceptions::InvalidMethod

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

Overview

An invalid method has been called.

Occurs when a remote method doesn’t exist or isn’t public.

Instance Method Summary collapse

Methods inherited from Base

#rpc_exception?

Instance Method Details

#rpc_invalid_method_error?Bool

Returns true.

Returns:

  • (Bool)

    true



126
127
128
# File 'lib/arachni/rpc/exceptions.rb', line 126

def rpc_invalid_method_error?
    true
end