Exception: Arachni::RPC::Exceptions::InvalidToken

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

Overview

Signifies an authentication token mismatch between the client and the server.

Instance Method Summary collapse

Methods inherited from Base

#rpc_exception?

Instance Method Details

#rpc_invalid_token_error?Bool

Returns true.

Returns:

  • (Bool)

    true



136
137
138
# File 'lib/arachni/rpc/exceptions.rb', line 136

def rpc_invalid_token_error?
    true
end