修改 ParsingFailureException 的注释

pull/1/head
ZhouXY108 2024-12-02 18:29:34 +08:00
parent 2e4e32af45
commit 274f2d9874
1 changed files with 4 additions and 2 deletions

View File

@ -18,12 +18,14 @@ package xyz.zhouxy.plusone.commons.exception;
import java.time.format.DateTimeParseException; import java.time.format.DateTimeParseException;
import xyz.zhouxy.plusone.commons.exception.business.RequestParamsException;
/** /**
* *
* *
* <p> * <p>
* *
* 使 RequestParamsException(Throwable cause) * 使 {@link RequestParamsException#RequestParamsException(Throwable)}
* ParsingFailureException {@link RequestParamsException} * ParsingFailureException {@link RequestParamsException}
* </p> * </p>
* *