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