Exception: HTTPError::InternalServerError

Inherits:
ErrorBase
  • Object
show all
Defined in:
lib/5xx_errors.rb

Constant Summary collapse

CODE =
500
MESSAGE =
"Internal Server Error"

Method Summary

Methods inherited from ErrorBase

#code, #initialize, #message

Constructor Details

This class inherits a constructor from ErrorBase