fix
This commit is contained in:
parent
0c1607e01d
commit
6be7aad22e
@ -1,20 +0,0 @@
|
||||
package cn.zhangdeman.exception;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class BaseException implements ICustomExceptionConfig {
|
||||
private String code;
|
||||
private String message;
|
||||
private String category;
|
||||
|
||||
public BaseException(String code, String message, String category) {
|
||||
setCode(code);
|
||||
setMessage(message);
|
||||
setCategory(category);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user