Files
tachiyomi/app/src/main/java/eu/kanade/data/chapter/NoChaptersException.kt
arkon 7fdbf40cd2 Minor cleanups
Pulling out some of the smaller changes that aren't related to the manga controller changes in #7244
2022-06-04 16:01:49 -04:00

4 lines
72 B
Kotlin

package eu.kanade.data.chapter
class NoChaptersException : Exception()