Exception: StartupStats::Error::InternalServerError

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

Overview

Raised when a StartupStats API returns the HTTP status code 500

Constant Summary collapse

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

Instance Attribute Summary

Attributes inherited from StartupStats::Error

#wrapped_exception

Method Summary

Methods inherited from ServerError

from_response, #initialize

Methods inherited from StartupStats::Error

#backtrace, descendants, errors, #initialize

Constructor Details

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