revert(ai-character): 기존 관리자 기능 기반을 제거한다
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user