Exception: OMF::SFA::AM::Rest::UnsupportedMethodException

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

#initializeUnsupportedMethodException

Returns a new instance of UnsupportedMethodException.



60
61
62
# File 'lib/omf-sfa/am/am-rest/rest_handler.rb', line 60

def initialize()
  super 403, "Unsupported Method"
end