1
0
mirror of synced 2026-02-21 11:57:47 +08:00

🍻 醉酒写代码

This commit is contained in:
yadong.zhang
2019-07-17 06:45:21 +08:00
parent 12c6930182
commit 59b5ba5a1b

View File

@@ -17,7 +17,7 @@ public class AuthException extends RuntimeException {
}
public AuthException(int errorCode, String errorMsg) {
super(errorCode + ":" + errorMsg);
super(errorMsg);
this.errorCode = errorCode;
this.errorMsg = errorMsg;
}