We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c2dab commit d7ea978Copy full SHA for d7ea978
src/HttpAsyncClient.php
@@ -15,6 +15,8 @@ interface HttpAsyncClient
15
/**
16
* Sends a PSR-7 request in an asynchronous way.
17
*
18
+ * Exceptions related to processing the request are available from the returned Promise.
19
+ *
20
* @param RequestInterface $request
21
22
* @return Promise
0 commit comments