Home
last modified time | relevance | path

Searched refs:BadResponseException (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
DClientException.php7 class ClientException extends BadResponseException
DServerException.php7 class ServerException extends BadResponseException
DBadResponseException.php10 class BadResponseException extends RequestException class
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Exception/
DServerException.php8 class ServerException extends BadResponseException
DClientException.php8 class ClientException extends BadResponseException
DBadResponseException.php11 class BadResponseException extends RequestException class
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DRedirectMiddleware.php4 use GuzzleHttp\Exception\BadResponseException; alias
242 throw new BadResponseException(
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DRedirectMiddleware.php5 use GuzzleHttp\Exception\BadResponseException; alias
223 …throw new BadResponseException(\sprintf('Redirect URI, %s, does not use one of the allowed redirec…
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md19 - Classes `GuzzleHttp\Exception\BadResponseException`, `GuzzleHttp\Exception\ClientException`,
936 ### Less verbose BadResponseException
938 The exception message for `Guzzle\Http\Exception\BadResponseException` no longer contains the full …
DCHANGELOG.md272 * Dont allow passing null as third argument to `BadResponseException::__construct()` [#2427](https:…
365 * Deprecation: BadResponseException instantiation without a response [#1642](https://github.com/guz…
1262 * BadResponseException no longer includes the full request and response message
1293 * BC: CurlException now extends from RequestException rather than BadResponseException
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md886 ### Less verbose BadResponseException
888 The exception message for `Guzzle\Http\Exception\BadResponseException` no longer contains the full …
DCHANGELOG.md86 * Deprecation: BadResponseException instantiation without a response [#1642](https://github.com/guz…
967 * BadResponseException no longer includes the full request and response message
998 * BC: CurlException now extends from RequestException rather than BadResponseException