修正方法名单词拼写错误

This commit is contained in:
RuoYi
2021-05-26 10:47:43 +08:00
parent 33bae9509b
commit c7b6858433

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