Exception: OMF::SFA::AM::Rest::TemporaryUnavailableException

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

#initializeTemporaryUnavailableException

Returns a new instance of TemporaryUnavailableException.



80
81
82
# File 'lib/omf-sfa/am/am-rest/rest_handler.rb', line 80

def initialize()
  super 504, "Upstream servers haven't responded yet, please try again a bit later"
end