From 3fa60d129e4b82c8c6f9bee6e3bb3824bb99b721 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Sat, 10 Jan 2026 22:33:57 +0900 Subject: feat: Release v0.1.0 --- .../engine/exception/ConversionCacheFileNotFoundException.kt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 engine/src/main/kotlin/dev/m1sk9/lunaticChat/engine/exception/ConversionCacheFileNotFoundException.kt (limited to 'engine') 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") -- cgit v1.2.1