Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
b2914cbc
Commit
b2914cbc
authored
May 21, 2021
by
lyqwer
Committed by
Gitee
May 21, 2021
Browse files
修正方法名单词拼写错误
parent
b4317032
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-common/src/main/java/com/ruoyi/common/utils/ExceptionUtil.java
View file @
b2914cbc
...
...
@@ -22,7 +22,7 @@ public class ExceptionUtil
return
str
;
}
public
static
String
getRootErrorM
see
age
(
Exception
e
)
public
static
String
getRootErrorM
ess
age
(
Exception
e
)
{
Throwable
root
=
ExceptionUtils
.
getRootCause
(
e
);
root
=
(
root
==
null
?
e
:
root
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment