diff options
Diffstat (limited to 'engine/src')
| -rw-r--r-- | engine/src/main/kotlin/dev/m1sk9/lunaticChat/engine/exception/ConversionCacheFileNotFoundException.kt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engine/src/main/kotlin/dev/m1sk9/lunaticChat/engine/exception/ConversionCacheFileNotFoundException.kt b/engine/src/main/kotlin/dev/m1sk9/lunaticChat/engine/exception/ConversionCacheFileNotFoundException.kt deleted file mode 100644 index 49dd5c1..0000000 --- a/engine/src/main/kotlin/dev/m1sk9/lunaticChat/engine/exception/ConversionCacheFileNotFoundException.kt +++ /dev/null @@ -1,7 +0,0 @@ -package dev.m1sk9.lunaticChat.engine.exception - -import java.nio.file.Path - -class ConversionCacheFileNotFoundException( - cacheFilePath: Path, -) : Exception("Conversion cache file not found at path: $cacheFilePath") |
