修正方法名单词拼写错误

2.X
RuoYi 2021-05-26 10:47:43 +08:00 committed by 疯狂的狮子li
parent 2cb5296eb4
commit 58cac9bf02
1 changed files with 1 additions and 1 deletions

View File

@ -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);