class BruntAPI::UnauthorizedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/brunt_api/error.rb, line 6
def initialize
  super('Unauthorized or authorization expired. Login and retry.')
end