Searched refs:BadResponseException (Results 1 – 6 of 6) sorted by relevance
7 class ServerException extends BadResponseException
7 class ClientException extends BadResponseException
10 class BadResponseException extends RequestException class
4 use GuzzleHttp\Exception\BadResponseException; alias242 throw new 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