mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-21 18:56:38 +08:00
commit
bd1edc6dcc
@ -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…
Reference in New Issue
Block a user