Home
last modified time | relevance | path

Searched refs:TooManyRedirectsException (Results 1 – 5 of 5) sorted by relevance

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DRedirectMiddleware.php6 use GuzzleHttp\Exception\TooManyRedirectsException; alias
145 * @throws TooManyRedirectsException Too many redirects.
155 …throw new TooManyRedirectsException("Will not follow more than {$max} redirects", $request, $respo…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DRedirectMiddleware.php5 use GuzzleHttp\Exception\TooManyRedirectsException; alias
148 * @throws TooManyRedirectsException Too many redirects.
159 throw new TooManyRedirectsException(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
DTooManyRedirectsException.php4 class TooManyRedirectsException extends RequestException class
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Exception/
DTooManyRedirectsException.php5 class TooManyRedirectsException extends RequestException class
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md172 - The `TooManyRedirectsException` has a response [#2660](https://github.com/guzzle/guzzle/pull/2660)