class PowerTrack::RateLimitedError

Your app has exceeded the limit on connection requests.

Public Class Methods

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