class PowerTrack::UnauthorizedError

HTTP authentication failed due to invalid credentials.

Public Class Methods

new(message, body) click to toggle source
Calls superclass method PowerTrack::BasePowerTrackError::new
# File lib/powertrack/errors.rb, line 71
def initialize(message, body)
  super(401, message, body)
end