class TooManyRedirectsException

Hierarchy

Expanded class hierarchy of TooManyRedirectsException

1 file declares its use of TooManyRedirectsException
RedirectPlugin.php in drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/TooManyRedirectsException.php, line 5

Namespace

Guzzle\Http\Exception
View source
class TooManyRedirectsException 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