修正方法名单词拼写错误

This commit is contained in:
RuoYi 2021-05-23 19:53:11 +08:00
parent 5b6191c144
commit 144cacde8d

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