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

- (Bool) rpc_invalid_token_error?

True

Returns:

  • (Bool)

    true



156
157
158
# File 'lib/arachni/rpc/exceptions.rb', line 156

def rpc_invalid_token_error?
    true
end