class PowerTrack::ServiceUnavailableError

Gnip server issue. If no notice about this issue has been posted on status.gnip.com, email support@gnip.com.

Public Class Methods

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