Skip to content

Commit d35e2c9

Browse files
committed
Async client should not throw exceptions, but always return a Promise
1 parent b4545ca commit d35e2c9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

33

4+
## Unreleased
5+
6+
### Changed
7+
8+
- Async client does not throw exceptions
9+
10+
411
## 1.0.0-alpha2 - 2015-11-16
512

613
### Added

src/HttpAsyncClient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ interface HttpAsyncClient
1717
* @param RequestInterface $request
1818
*
1919
* @return Promise
20-
*
21-
* @throws Exception
2220
*/
2321
public function sendAsyncRequest(RequestInterface $request);
2422
}

0 commit comments

Comments
 (0)