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 22
33## NOT RELEASED
44
5+ ## 1.9.0
6+
57### Added
68
79- Changed case of object's properties to camelCase.
8- - Added documentation in class's headers.
10+ - Added documentation in class headers.
911- Removed ` final ` from ` ClientException ` and ` ServerException ` .
1012- 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.
1219
1320## 1.8.0
1421
Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ class Result
2929
3030 private $ response ;
3131
32- /**
33- * @var array<string, string>
34- */
35- private $ exceptionMapping ;
36-
3732 /**
3833 * @var self[]
3934 */
You can’t perform that action at this time.
0 commit comments