Exception: DistributedPress::V1::TokenUnauthorizedError

Inherits:
TokenError
  • Object
show all
Defined in:
lib/distributed_press/v1/errors.rb

Overview

Token is not authorized to do this action or is revoked

Instance Method Summary collapse

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