4 lines
115 B
Kotlin
4 lines
115 B
Kotlin
package exh.eh
|
|
|
|
class GalleryNotUpdatedException(val network: Boolean, cause: Throwable) : RuntimeException(cause)
|