完善 v1.30.0 的文档

This commit is contained in:
click33
2022-05-06 10:31:46 +08:00
parent a30b85fc9f
commit 7e399fb63a
14 changed files with 208 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ package cn.dev33.satoken.exception;
*/
public class SaExceptionCode {
/** 代表未指定异常细分状态码 */
/** 代表这个异常在抛出时未指定异常细分状态码 */
public static final int CODE_UNDEFINED = -1;
}