Exception: StandardExceptions::Http::InternalServerError

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

Overview

Locked 423 FailedDependency 424 UpgradeRequired 426

Constant Summary collapse

MESSAGE =
'The server encountered an unexpected condition that prevented it from fulfilling the request.'
STATUS =
500

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