src/main/kotlin/com/flightfeather/uav/common/exception/BizException.kt
文件名从 src/main/kotlin/com/flightfeather/uav/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)