class ServerErrorResponseException

Exception when a server error is encountered (5xx codes)

Hierarchy

Expanded class hierarchy of ServerErrorResponseException

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/ServerErrorResponseException.php, line 8

Namespace

Guzzle\Http\Exception
View source
class ServerErrorResponseException extends BadResponseException {

}

Members

Namesort descending Modifiers Type Description Overrides
BadResponseException::$response private property
BadResponseException::factory public static function Factory method to create a new response exception based on the response code.
BadResponseException::getResponse public function Get the response that caused the exception
BadResponseException::setResponse public function Set the response that caused the exception
RequestException::$request protected property
RequestException::getRequest public function Get the request that caused the exception
RequestException::setRequest public function Set the request that caused the exception