From: Kai Moritz Date: Wed, 20 Nov 2019 13:16:14 +0000 (+0100) Subject: Errors during parsing of the error-message are wrapped X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=1c809f83874d51c696721f265115ee11f99e607a;hp=1c809f83874d51c696721f265115ee11f99e607a;p=facebook-errors Errors during parsing of the error-message are wrapped * 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 ---