Exception: PowerTrack::NoStatusPowerTrackError
- Inherits:
-
BasePowerTrackError
- Object
- StandardError
- BasePowerTrackError
- PowerTrack::NoStatusPowerTrackError
- Defined in:
- lib/powertrack/errors.rb
Overview
Base class for PowerTrack errors without a precise status
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from BasePowerTrackError
Instance Method Summary collapse
-
#initialize(message, body) ⇒ NoStatusPowerTrackError
constructor
A new instance of NoStatusPowerTrackError.
Constructor Details
#initialize(message, body) ⇒ NoStatusPowerTrackError
Returns a new instance of NoStatusPowerTrackError.
19 20 21 |
# File 'lib/powertrack/errors.rb', line 19 def initialize(, body) super(nil, , body) end |