summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-10 22:33:57 +0900
committerSho Sakuma <me@m1sk9.dev>2026-01-10 22:33:57 +0900
commit3fa60d129e4b82c8c6f9bee6e3bb3824bb99b721 (patch)
tree43a5ba0d0d9da2867596e984d4e4037b9c04e137 /engine
parent1210b4519ad02ea1bd4d543fb2e7ed9548ab7a10 (diff)
downloadLunaticChat-3fa60d129e4b82c8c6f9bee6e3bb3824bb99b721.tar.gz
LunaticChat-3fa60d129e4b82c8c6f9bee6e3bb3824bb99b721.tar.bz2
LunaticChat-3fa60d129e4b82c8c6f9bee6e3bb3824bb99b721.zip
feat: Release v0.1.0
Diffstat (limited to 'engine')
-rw-r--r--engine/src/main/kotlin/dev/m1sk9/lunaticChat/engine/exception/ConversionCacheFileNotFoundException.kt7
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")