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,