Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php5 use GuzzleHttp\Exception\TooManyRedirectsException; alias
148 * @throws TooManyRedirectsException Too many redirects.
159 throw new TooManyRedirectsException(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DTooManyRedirectsException.php4 class TooManyRedirectsException extends RequestException class