Exception: Arachni::RPC::Exceptions::InvalidToken
Overview
Signifies an authentication token mismatch between the client and the server.
Instance Method Summary (collapse)
Methods inherited from Base
Instance Method Details
- (Bool) rpc_invalid_token_error?
True
156 157 158 |
# File 'lib/arachni/rpc/exceptions.rb', line 156 def rpc_invalid_token_error? true end |