修正方法名单词拼写错误

springboot2
RuoYi 5 years ago
parent 0e02eb24fa
commit e821dc6b50

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