1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-08-12 09:41:30 +02:00

Minor exception message cleanup

This commit is contained in:
arkon
2023-12-28 16:33:54 -05:00
parent f0710df356
commit 8b65fd5751
3 changed files with 4 additions and 5 deletions
app/src/main/java/eu/kanade/tachiyomi
data
backup
extension
source-api/src/commonMain/kotlin/eu/kanade/tachiyomi/source/online

@@ -473,4 +473,4 @@ abstract class HttpSource : CatalogueSource {
override fun getFilterList() = FilterList()
}
class LicensedMangaChaptersException : Exception("Licensed - No chapters to show")
class LicensedMangaChaptersException : RuntimeException()