提交 59b5ba5a 编写于 作者: 智布道's avatar 智布道 👁

🍻 醉酒写代码

上级 12c69301
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册