0.1.4-SNAPSHOT #3

Merged
ZhouXY108 merged 26 commits from dev into main 2024-08-06 09:20:54 +08:00
Showing only changes of commit 04ac9b1c8d - Show all commits

View File

@ -1,13 +1,13 @@
package xyz.zhouxy.plusone.validator;
import xyz.zhouxy.plusone.commons.exception.BaseException;
import xyz.zhouxy.plusone.commons.exception.BaseRuntimeException;
/**
* 4040200 - 无效的用户输入
*
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
*/
public class InvalidInputException extends BaseException {
public class InvalidInputException extends BaseRuntimeException {
private static final long serialVersionUID = 7956661913360059670L;