Exception: OMF::SFA::AM::Rest::BadRequestException

Inherits:
RackException
  • Object
show all
Defined in:
lib/omf-sfa/am/am-rest/rest_handler.rb

Instance Attribute Summary

Attributes inherited from RackException

#reply

Instance Method Summary collapse

Constructor Details

#initialize(reason) ⇒ BadRequestException

Returns a new instance of BadRequestException.



31
32
33
# File 'lib/omf-sfa/am/am-rest/rest_handler.rb', line 31

def initialize(reason)
  super 400, reason
end