JBear2/src/main/kotlin/at/eisibaer/jbear2/exception/StorageFileNotFoundExceptio...

6 lines
180 B
Kotlin
Raw Normal View History

2026-03-15 17:38:23 +01:00
package at.eisibaer.jbear2.exception
class StorageFileNotFoundException(
override val message: String?,
override val cause: Throwable?
) : StorageException(message, cause)