diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-10 22:35:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-10 22:35:53 +0900 |
| commit | 3e9b5eaa54e160e2271e78239c3b25ecede5e593 (patch) | |
| tree | 43a5ba0d0d9da2867596e984d4e4037b9c04e137 /engine/src/main/kotlin | |
| parent | 1210b4519ad02ea1bd4d543fb2e7ed9548ab7a10 (diff) | |
| parent | 3fa60d129e4b82c8c6f9bee6e3bb3824bb99b721 (diff) | |
| download | LunaticChat-0.1.0.tar.gz LunaticChat-0.1.0.tar.bz2 LunaticChat-0.1.0.zip | |
Merge pull request #18 from m1sk9/feat/release-v0.1.0v0.1.0
feat: Release v0.1.0
Diffstat (limited to 'engine/src/main/kotlin')
| -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") |
