Exception: BruntAPI::UnauthorizedError

Inherits:
ClientError
  • Object
show all
Defined in:
lib/brunt_api/error.rb

Instance Method Summary collapse

Constructor Details

#initializeUnauthorizedError

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