From: Kai Moritz Date: Sat, 7 Nov 2015 13:46:44 +0000 (+0100) Subject: Reworked handling of error-responses from the Graph-API X-Git-Tag: facebook-utils-2.5.0~9 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=5f2b31dc7f443ab9eb088d3150e2d4903cb40159;hp=5f2b31dc7f443ab9eb088d3150e2d4903cb40159;p=facebook-errors Reworked handling of error-responses from the Graph-API * The parsing of the response is done by the ObjectMapper from Jackson. * Unmapped exceptions are returned as such, instead of handing the handling to the parent. ---