Exception: BruntAPI::UnauthorizedError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- BruntAPI::UnauthorizedError
- Defined in:
- lib/brunt_api/error.rb
Instance Method Summary collapse
-
#initialize ⇒ UnauthorizedError
constructor
A new instance of UnauthorizedError.
Constructor Details
#initialize ⇒ UnauthorizedError
Returns a new instance of UnauthorizedError.
6 7 8 |
# File 'lib/brunt_api/error.rb', line 6 def initialize super('Unauthorized or authorization expired. Login and retry.') end |