1
0
mirror of synced 2026-05-22 13:43:20 +00:00

🍻 醉酒写代码

This commit is contained in:
yadong.zhang
2019-07-17 06:45:21 +08:00
parent 12c6930182
commit 59b5ba5a1b
@@ -17,7 +17,7 @@ public class AuthException extends RuntimeException {
} }
public AuthException(int errorCode, String errorMsg) { public AuthException(int errorCode, String errorMsg) {
super(errorCode + ":" + errorMsg); super(errorMsg);
this.errorCode = errorCode; this.errorCode = errorCode;
this.errorMsg = errorMsg; this.errorMsg = errorMsg;
} }