Searched refs:TooManyRedirectsException (Results 1 – 2 of 2) sorted by relevance
5 use GuzzleHttp\Exception\TooManyRedirectsException; alias148 * @throws TooManyRedirectsException Too many redirects.159 throw new TooManyRedirectsException(
4 class TooManyRedirectsException extends RequestException class