Exception: PowerTrack::ServiceUnavailableError
- Inherits:
-
PredefinedStatusPowerTrackError
- Object
- StandardError
- BasePowerTrackError
- WithStatusPowerTrackError
- PredefinedStatusPowerTrackError
- PowerTrack::ServiceUnavailableError
- Defined in:
- lib/powertrack/errors.rb
Overview
Gnip server issue. If no notice about this issue has been posted on status.gnip.com, email [email protected].
Instance Attribute Summary
Attributes inherited from BasePowerTrackError
Instance Method Summary collapse
-
#initialize(message, body) ⇒ ServiceUnavailableError
constructor
A new instance of ServiceUnavailableError.
Methods inherited from WithStatusPowerTrackError
Constructor Details
#initialize(message, body) ⇒ ServiceUnavailableError
Returns a new instance of ServiceUnavailableError.
114 115 116 |
# File 'lib/powertrack/errors.rb', line 114 def initialize(, body) super(503, , body) end |