Exception: PowerTrack::UnprocessableEntityError

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

Instance Attribute Summary

Attributes inherited from BasePowerTrackError

#body, #status

Instance Method Summary collapse

Methods inherited from WithStatusPowerTrackError

build

Constructor Details

#initialize(message, body) ⇒ UnprocessableEntityError

Returns a new instance of UnprocessableEntityError.



91
92
93
# File 'lib/powertrack/errors.rb', line 91

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