Exception: OMF::SFA::AM::Rest::EmptyBodyException

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

#initializeEmptyBodyException

Returns a new instance of EmptyBodyException.



37
38
39
# File 'lib/omf-sfa/am/am-rest/rest_handler.rb', line 37

def initialize()
  super 400, "Message body is empty"
end