Exception: OMF::SFA::AM::Rest::NotAuthorizedException

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

Returns a new instance of NotAuthorizedException.



50
51
52
# File 'lib/omf-sfa/am/am-rest/rest_handler.rb', line 50

def initialize(reason)
  super 401, reason
end