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

View File

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