1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-04-21 07:02:01 +02:00

Merge pull request #2178 from darrylhein/patch-1

Add use statement for ClientException code block
This commit is contained in:
Márk Sági-Kazár 2018-10-29 16:58:45 +01:00 committed by GitHub
commit 9547a358c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -571,6 +571,7 @@ Guzzle throws exceptions for errors that occur during a transfer.
.. code-block:: php
use GuzzleHttp\Psr7;
use GuzzleHttp\Exception\ClientException;
try {