forked from plusone/plusone-commons
调整 IWithCode 相关接口。
This commit is contained in:
@@ -21,7 +21,7 @@ package xyz.zhouxy.plusone.commons.exception;
|
||||
*
|
||||
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
|
||||
*/
|
||||
public abstract class BaseException extends RuntimeException implements IWithCode {
|
||||
public abstract class BaseException extends RuntimeException implements IWithIntCode {
|
||||
|
||||
private static final long serialVersionUID = -2546365325001947203L;
|
||||
|
||||
|
Reference in New Issue
Block a user