Disable reporting of ParseException

master
Koitharu 2 years ago
parent 88f55997fa
commit d3590372f3
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -110,8 +110,6 @@ fun Throwable.report() {
} }
private val reportableExceptions = arraySetOf<Class<*>>( private val reportableExceptions = arraySetOf<Class<*>>(
ParseException::class.java,
JSONException::class.java,
RuntimeException::class.java, RuntimeException::class.java,
IllegalStateException::class.java, IllegalStateException::class.java,
IllegalArgumentException::class.java, IllegalArgumentException::class.java,

Loading…
Cancel
Save