From d3590372f308ecffe6d0b944993c1b895a869f65 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 23 Mar 2024 16:22:25 +0200 Subject: [PATCH] Disable reporting of ParseException --- .../main/kotlin/org/koitharu/kotatsu/core/util/ext/Throwable.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/core/util/ext/Throwable.kt b/app/src/main/kotlin/org/koitharu/kotatsu/core/util/ext/Throwable.kt index 957171522..c133b2e42 100644 --- a/app/src/main/kotlin/org/koitharu/kotatsu/core/util/ext/Throwable.kt +++ b/app/src/main/kotlin/org/koitharu/kotatsu/core/util/ext/Throwable.kt @@ -110,8 +110,6 @@ fun Throwable.report() { } private val reportableExceptions = arraySetOf>( - ParseException::class.java, - JSONException::class.java, RuntimeException::class.java, IllegalStateException::class.java, IllegalArgumentException::class.java,