File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ## 1.9.0
6
+
5
7
### Added
6
8
7
9
- Changed case of object's properties to camelCase.
8
- - Added documentation in class's headers.
10
+ - Added documentation in class headers.
9
11
- Removed ` final ` from ` ClientException ` and ` ServerException ` .
10
12
- Make Responses thrown Business Exception when AwsErrorCode <-> Exception class mapping provided through RequestContext.
11
- - Added Business Exceptions.
13
+ - Added domain exceptions.
14
+ - Improved Aws Error parsing by using specialized AwsErrorFactory.
15
+
16
+ ### Fixed
17
+
18
+ - Exception thrown twice by waiters.
12
19
13
20
## 1.8.0
14
21
Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ class Result
29
29
30
30
private $ response ;
31
31
32
- /**
33
- * @var array<string, string>
34
- */
35
- private $ exceptionMapping ;
36
-
37
32
/**
38
33
* @var self[]
39
34
*/
You can’t perform that action at this time.
0 commit comments