调整 IWithCode 相关接口。

This commit is contained in:
2023-06-29 01:18:48 +08:00
parent 672a16ad19
commit 1cbe89f39b
3 changed files with 35 additions and 4 deletions

View File

@@ -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;