Exception: OMF::SFA::AM::Rest::MissingResourceException

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) ⇒ MissingResourceException

Returns a new instance of MissingResourceException.



74
75
76
# File 'lib/omf-sfa/am/am-rest/rest_handler.rb', line 74

def initialize(reason)
  super 404, reason
end