Exception: StandardExceptions::Http::NotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/standard_exceptions/http.rb

Constant Summary collapse

MESSAGE =
'The server did not find the requested resource.'
STATUS =
404

Instance Attribute Summary

Attributes inherited from Exception

#inner, #status

Method Summary

Methods inherited from Exception

human_name, #human_name, #initialize

Constructor Details

This class inherits a constructor from StandardExceptions::Exception