Exception: OMF::SFA::AM::Rest::IllegalMethodException

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

Returns a new instance of IllegalMethodException.



56
57
58
# File 'lib/omf-sfa/am/am-rest/rest_handler.rb', line 56

def initialize(reason)
  super 403, reason
end