mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-10 01:35:10 +02:00
3 lines
113 B
Kotlin
3 lines
113 B
Kotlin
package exh.eh
|
|
|
|
class GalleryNotUpdatedException(val network: Boolean, cause: Throwable): RuntimeException(cause) |