Searched refs:TooManyRedirectsException (Results 1 – 5 of 5) sorted by relevance
6 use GuzzleHttp\Exception\TooManyRedirectsException; alias145 * @throws TooManyRedirectsException Too many redirects.155 …throw new TooManyRedirectsException("Will not follow more than {$max} redirects", $request, $respo…
5 use GuzzleHttp\Exception\TooManyRedirectsException; alias148 * @throws TooManyRedirectsException Too many redirects.159 throw new TooManyRedirectsException(
4 class TooManyRedirectsException extends RequestException class
5 class TooManyRedirectsException extends RequestException class
172 - The `TooManyRedirectsException` has a response [#2660](https://github.com/guzzle/guzzle/pull/2660)