Exception: Toq::Exceptions::InvalidToken
- Defined in:
- lib/toq/exceptions.rb
Overview
Signifies an authentication token mismatch between the client and the server.
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#rpc_invalid_token_error? ⇒ Bool
Returns true.
144 145 146 |
# File 'lib/toq/exceptions.rb', line 144 def rpc_invalid_token_error? true end |