src/main/kotlin/cn/flightfeather/supervision/common/exception/BizException.kt
ÎļþÃû´Ó src/main/kotlin/cn/flightfeather/supervision/common/exception/ResponseErrorException.kt ÐÞ¸Ä @@ -1,9 +1,9 @@ package cn.flightfeather.supervision.common.exception /** * å 许æ¥å£è¿åçä¸å¡å±é¢çé误 * å 许æ¥å£è¿åçä¸å¡å±é¢é误 */ class ResponseErrorException : Exception { class BizException : Exception { constructor():super() constructor(message: String) : super(message) constructor(message: String, cause: Throwable) : super(message, cause)