Disable reporting of ParseException
This commit is contained in:
@@ -110,8 +110,6 @@ fun Throwable.report() {
|
||||
}
|
||||
|
||||
private val reportableExceptions = arraySetOf<Class<*>>(
|
||||
ParseException::class.java,
|
||||
JSONException::class.java,
|
||||
RuntimeException::class.java,
|
||||
IllegalStateException::class.java,
|
||||
IllegalArgumentException::class.java,
|
||||
|
||||
Reference in New Issue
Block a user