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 b4545ca commit d35e2c9Copy full SHA for d35e2c9
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
3
4
+## Unreleased
5
+
6
+### Changed
7
8
+- Async client does not throw exceptions
9
10
11
## 1.0.0-alpha2 - 2015-11-16
12
13
### Added
src/HttpAsyncClient.php
@@ -17,8 +17,6 @@ interface HttpAsyncClient
17
* @param RequestInterface $request
18
*
19
* @return Promise
20
- *
21
- * @throws Exception
22
*/
23
public function sendAsyncRequest(RequestInterface $request);
24
}
0 commit comments