We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e814241 commit aff57d2Copy full SHA for aff57d2
httplug/exceptions.rst
@@ -17,6 +17,11 @@ TransferException something unexpected happened \-
17
``getResponse()``
18
================================== ============================= ===================
19
20
+.. note::
21
+ By default clients will always return a PSR-7 response instead of throwing a ``HttpException``. Write your
22
+ application to check the response status or use the :doc:`/plugins/error` to make sure
23
+ the ``HttpException`` is thrown.
24
+
25
.. note::
26
27
The ``sendAsyncRequest`` should never throw an exception but always return a
0 commit comments