修正方法名单词拼写错误

2.X
RuoYi 4 years ago committed by 疯狂的狮子li
parent 2cb5296eb4
commit 58cac9bf02

@ -22,7 +22,7 @@ public class ExceptionUtil
return str;
}
public static String getRootErrorMseeage(Exception e)
public static String getRootErrorMessage(Exception e)
{
Throwable root = ExceptionUtils.getRootCause(e);
root = (root == null ? e : root);

Loading…
Cancel
Save