修改 InvalidInputException

pull/1/head
ZhouXY108 2023-10-18 12:12:07 +08:00
parent 04ac9b1c8d
commit a61869b6b2
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package xyz.zhouxy.plusone.validator;
import xyz.zhouxy.plusone.commons.exception.BaseRuntimeException;
/**
* 4040200 -
* 4040000 -
*
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
*/
@ -11,7 +11,7 @@ public class InvalidInputException extends BaseRuntimeException {
private static final long serialVersionUID = 7956661913360059670L;
public static final String ERROR_CODE = "4040200";
public static final String ERROR_CODE = "4040000";
protected InvalidInputException(String code, String msg) {
super(code, msg);