Searched refs:BadResponseException (Results 1 – 12 of 12) sorted by relevance
7 class ClientException extends BadResponseException
7 class ServerException extends BadResponseException
10 class BadResponseException extends RequestException class
8 class ServerException extends BadResponseException
8 class ClientException extends BadResponseException
11 class BadResponseException extends RequestException class
4 use GuzzleHttp\Exception\BadResponseException; alias242 throw new BadResponseException(
5 use GuzzleHttp\Exception\BadResponseException; alias223 …throw new BadResponseException(\sprintf('Redirect URI, %s, does not use one of the allowed redirec…
19 - Classes `GuzzleHttp\Exception\BadResponseException`, `GuzzleHttp\Exception\ClientException`, 936 ### Less verbose BadResponseException938 The exception message for `Guzzle\Http\Exception\BadResponseException` no longer contains the full …
272 * 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 message1293 * BC: CurlException now extends from RequestException rather than BadResponseException
886 ### Less verbose BadResponseException888 The exception message for `Guzzle\Http\Exception\BadResponseException` no longer contains the full …
86 * Deprecation: BadResponseException instantiation without a response [#1642](https://github.com/guz…967 * BadResponseException no longer includes the full request and response message998 * BC: CurlException now extends from RequestException rather than BadResponseException