TachiyomiSY-Plus/app/src/main/java/exh/eh/GalleryNotUpdatedException.kt

4 lines
115 B
Kotlin

package exh.eh
class GalleryNotUpdatedException(val network: Boolean, cause: Throwable) : RuntimeException(cause)