캐릭터 Controller

- exception print
This commit is contained in:
Klaus 2025-08-12 17:54:39 +09:00
parent cc9e4f974f
commit 7a70a770bb
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ class AdminChatCharacterController(
} }
} catch (e: Exception) { } catch (e: Exception) {
e.printStackTrace() e.printStackTrace()
throw SodaException("수정에 실패했습니다. 다시 시도해 주세요.") throw SodaException("${e.message} 수정에 실패했습니다. 다시 시도해 주세요.")
} }
} }
} }