Skip to content

Commit 6c33dde

Browse files
committed
feat: 添加 SimpleException 构造函数,传入自定义异常信息
1 parent f580ae6 commit 6c33dde

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/top/cadecode/simple/common/exception/SimpleException.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
package top.cadecode.simple.common.exception;
22

3-
import lombok.Data;
43
import lombok.Getter;
54
import top.cadecode.simple.constant.ErrorEnum;
6-
import top.cadecode.simple.constant.ReasonEnum;
75

86
/**
97
* @author Cade Li

0 commit comments

Comments
 (0)