Exception: DistributedPress::V1::TokenUnauthorizedError
- Inherits:
-
TokenError
- Object
- StandardError
- Error
- TokenError
- DistributedPress::V1::TokenUnauthorizedError
- Defined in:
- lib/distributed_press/v1/errors.rb
Overview
Token is not authorized to do this action or is revoked
Instance Method Summary collapse
-
#initialize(msg = 'Token is not authorized or revoked') ⇒ TokenUnauthorizedError
constructor
A new instance of TokenUnauthorizedError.
Constructor Details
#initialize(msg = 'Token is not authorized or revoked') ⇒ TokenUnauthorizedError
Returns a new instance of TokenUnauthorizedError.
40 41 42 |
# File 'lib/distributed_press/v1/errors.rb', line 40 def initialize(msg = 'Token is not authorized or revoked') super end |