univapay / univapay-java-sdk

UnivaPay SDK library for Java
1 stars 1 forks source link

Map JsonParseException as UnivapayException during Server Error #294

Closed andrezimmermann closed 2 years ago

andrezimmermann commented 2 years ago

Is possible that the Univapay API might return 5xx. There was already some code to convert invalid body to UnivapayException. Make sure now that the JsonParseException is also caught and converted to UnivapayException