willfaulds

Results 2 comments of willfaulds

@treehighroots did you have any luck resolving this?

I've experienced some similar issues (throwing a server error rather than an exemption) using the demo code. Fixed by swapping "HttpClientException" to "Throwable" i.e. `try { ... } catch (Throwable...