Exception: PowerTrack::NoStatusPowerTrackError

Inherits:
BasePowerTrackError show all
Defined in:
lib/powertrack/errors.rb

Overview

Base class for PowerTrack errors without a precise status

Direct Known Subclasses

ConnectionError

Instance Attribute Summary

Attributes inherited from BasePowerTrackError

#body, #status

Instance Method Summary collapse

Constructor Details

#initialize(message, body) ⇒ NoStatusPowerTrackError

Returns a new instance of NoStatusPowerTrackError.



19
20
21
# File 'lib/powertrack/errors.rb', line 19

def initialize(message, body)
  super(nil, message, body)
end