Errors during parsing of the error-message are wrapped
authorKai Moritz <kai@jupl.de>
Wed, 20 Nov 2019 13:16:14 +0000 (14:16 +0100)
committerKai Moritz <kai@jupl.de>
Fri, 22 Nov 2019 06:39:44 +0000 (07:39 +0100)
* GraphApiException.create() catches any exceptions, thrown during parsing
* Catched exceptions are wrapped with ErrorResponseParsingErrorException
* This exception is then returned as the result of the translation-attempt
* Adjusted GraphApiErrorHandlerTest accordingly


No differences found