revert(ai-character): 기존 관리자 기능 기반을 제거한다

This commit is contained in:
2026-07-23 16:47:00 +09:00
parent a0bf71be47
commit d3564f8c0d
40 changed files with 83 additions and 11634 deletions

View File

@@ -1,12 +1,9 @@
package kr.co.vividnext.sodalive.common
import org.springframework.http.HttpStatus
class SodaException(
message: String? = null,
val errorProperty: String? = null,
val messageKey: String? = null,
val httpStatus: HttpStatus? = null
val messageKey: String? = null
) : RuntimeException(message)
class AdsChargeException(