mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-23 09:34:00 +01:00
parent
e798cb4daa
commit
5dd6a739fa
@ -463,7 +463,7 @@ Guzzle throws exceptions for errors that occur during a transfer.
|
||||
``GuzzleHttp\Exception\RequestException``.
|
||||
|
||||
- A ``GuzzleHttp\Exception\ClientException`` is thrown for 400
|
||||
level errors if the ``exceptions`` request option is set to true. This
|
||||
level errors if the ``http_errors`` request option is set to true. This
|
||||
exception extends from ``GuzzleHttp\Exception\BadResponseException`` and
|
||||
``GuzzleHttp\Exception\BadResponseException`` extends from
|
||||
``GuzzleHttp\Exception\RequestException``.
|
||||
@ -480,7 +480,7 @@ Guzzle throws exceptions for errors that occur during a transfer.
|
||||
}
|
||||
|
||||
- A ``GuzzleHttp\Exception\ServerException`` is thrown for 500 level
|
||||
errors if the ``exceptions`` request option is set to true. This
|
||||
errors if the ``http_errors`` request option is set to true. This
|
||||
exception extends from ``GuzzleHttp\Exception\BadResponseException``.
|
||||
|
||||
- A ``GuzzleHttp\Exception\TooManyRedirectsException`` is thrown when too
|
||||
|
Loading…
x
Reference in New Issue
Block a user