Exception: Hackeroo::Error::InternalServerError
- Inherits:
-
ServerError
- Object
- StandardError
- Hackeroo::Error
- ServerError
- Hackeroo::Error::InternalServerError
- Defined in:
- lib/hackeroo/error/internal_server_error.rb
Overview
Raised when Hackeroo returns the HTTP status code 500
Constant Summary collapse
- HTTP_STATUS_CODE =
500
- MESSAGE =
"Something is technically wrong."
Constants inherited from Hackeroo::Error
Instance Attribute Summary
Attributes inherited from Hackeroo::Error
#rate_limit, #wrapped_exception
Method Summary
Methods inherited from ServerError
Methods inherited from Hackeroo::Error
#backtrace, descendants, errors, #initialize
Constructor Details
This class inherits a constructor from Hackeroo::Error::ServerError