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:
commit
9547a358c8
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user