Exception: ACTV::Error::InternalServerError

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

Overview

Raised when Active returns the HTTP status code 500

Constant Summary collapse

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

Instance Attribute Summary

Attributes inherited from ACTV::Error

#wrapped_exception

Method Summary

Methods inherited from ServerError

#initialize

Methods inherited from ACTV::Error

#backtrace, descendants, errors, #initialize

Constructor Details

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