Exception: PowerTrack::UnprocessableEntityError
- Inherits:
-
PredefinedStatusPowerTrackError
- Object
- StandardError
- BasePowerTrackError
- WithStatusPowerTrackError
- PredefinedStatusPowerTrackError
- PowerTrack::UnprocessableEntityError
- Defined in:
- lib/powertrack/errors.rb
Instance Attribute Summary
Attributes inherited from BasePowerTrackError
Instance Method Summary collapse
-
#initialize(message, body) ⇒ UnprocessableEntityError
constructor
A new instance of UnprocessableEntityError.
Methods inherited from WithStatusPowerTrackError
Constructor Details
#initialize(message, body) ⇒ UnprocessableEntityError
Returns a new instance of UnprocessableEntityError.
91 92 93 |
# File 'lib/powertrack/errors.rb', line 91 def initialize(, body) super(422, , body) end |