This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Description
In some situations you need to catch a certain type of exception (famous example: JSONException). In those situations often you can continue without crashing the app. In the case of an JSONException the cause is often that the JSON was different than what you expected. In those situations it would be nice to not only silently continue running but also report this exception (like a crash) via lib-crash. With that this error is visible to us and we can fix our code.
┆Issue is synchronized with this Jira Task