From 631da0d1bc707372f13b0f133efd6b0f6dd42b4b Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Sun, 7 Feb 2021 22:10:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=82=E5=B8=B8=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/stylefeng/guns/core/error/GlobalExceptionHandler.java | 2 +- .../cn/stylefeng/guns/core/exception/BusinessException.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/cn/stylefeng/guns/core/error/GlobalExceptionHandler.java b/src/main/java/cn/stylefeng/guns/core/error/GlobalExceptionHandler.java index 73155502..a4bfae09 100644 --- a/src/main/java/cn/stylefeng/guns/core/error/GlobalExceptionHandler.java +++ b/src/main/java/cn/stylefeng/guns/core/error/GlobalExceptionHandler.java @@ -4,7 +4,7 @@ import cn.hutool.core.util.ObjectUtil; import cn.hutool.core.util.StrUtil; import cn.stylefeng.roses.kernel.auth.api.exception.AuthException; import cn.stylefeng.roses.kernel.auth.api.exception.enums.AuthExceptionEnum; -import cn.stylefeng.roses.kernel.rule.abstracts.AbstractExceptionEnum; +import cn.stylefeng.roses.kernel.rule.exception.AbstractExceptionEnum; import cn.stylefeng.roses.kernel.rule.exception.base.ServiceException; import cn.stylefeng.roses.kernel.rule.exception.enums.defaults.DefaultBusinessExceptionEnum; import cn.stylefeng.roses.kernel.rule.pojo.response.ErrorResponseData; diff --git a/src/main/java/cn/stylefeng/guns/core/exception/BusinessException.java b/src/main/java/cn/stylefeng/guns/core/exception/BusinessException.java index 4c747c44..f30e28af 100644 --- a/src/main/java/cn/stylefeng/guns/core/exception/BusinessException.java +++ b/src/main/java/cn/stylefeng/guns/core/exception/BusinessException.java @@ -1,6 +1,6 @@ package cn.stylefeng.guns.core.exception; -import cn.stylefeng.roses.kernel.rule.abstracts.AbstractExceptionEnum; +import cn.stylefeng.roses.kernel.rule.exception.AbstractExceptionEnum; import cn.stylefeng.roses.kernel.rule.exception.base.ServiceException; import static cn.stylefeng.guns.core.consts.ProjectConstants.PROJECT_MODULE_NAME;