mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-09-08 07:59:50 +00:00
@@ -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);
|
||||
|
Reference in New Issue
Block a user