提交 41818854 编写于 作者: M megagao

修改了注释

上级 a1728975
......@@ -12,10 +12,7 @@ public class CustomException extends Exception {
private static final long serialVersionUID = 1L;
/**
* 异常信息
*/
private String message;
private String message; //异常信息
public CustomException(String message){
super(message);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册