Disable reporting of ParseException

This commit is contained in:
Koitharu
2024-03-23 16:22:25 +02:00
parent 88f55997fa
commit d3590372f3

View File

@@ -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,