We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74b26e commit fcb112bCopy full SHA for fcb112b
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