feiyu02
2024-11-19 752e00503f672ddfe2066afb6c235721a3a912b5
src/main/kotlin/cn/flightfeather/supervision/common/exception/BizException.kt
文件名从 src/main/kotlin/cn/flightfeather/supervision/common/exception/ResponseErrorException.kt 修改
@@ -3,7 +3,7 @@
/**
 * 鍏佽鎺ュ彛杩斿洖鐨勪笟鍔″眰闈㈢殑閿欒
 */
class ResponseErrorException : Exception {
class BizException : Exception {
    constructor():super()
    constructor(message: String) : super(message)
    constructor(message: String, cause: Throwable) : super(message, cause)