Exception: EmpireAvenue::Error::InternalServerError

Inherits:
ServerError show all
Defined in:
lib/empireavenue/error/internal_server_error.rb

Overview

Raised when EmpireAvenue returns the HTTP status code 500

Constant Summary collapse

HTTP_STATUS_CODE =
500
MESSAGE =
"Something is technically wrong."

Instance Attribute Summary

Attributes inherited from EmpireAvenue::Error

#wrapped_exception

Method Summary

Methods inherited from ServerError

from_response, #initialize

Methods inherited from EmpireAvenue::Error

#backtrace, descendants, errors, #initialize

Constructor Details

This class inherits a constructor from EmpireAvenue::Error::ServerError