Skip to content

Commit d7ea978

Browse files
committed
Add better explanation for workflow exceptions in Async Client
1 parent a9c2dab commit d7ea978

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/HttpAsyncClient.php

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ interface HttpAsyncClient
1515
/**
1616
* Sends a PSR-7 request in an asynchronous way.
1717
*
18+
* Exceptions related to processing the request are available from the returned Promise.
19+
*
1820
* @param RequestInterface $request
1921
*
2022
* @return Promise

0 commit comments

Comments
 (0)