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
bd1edc6d
Commit
bd1edc6d
authored
May 23, 2021
by
若依
Committed by
Gitee
May 23, 2021
Browse files
!233 修正方法名单词拼写错误
Merge pull request !233 from lyqwer/N/A
parents
09d166e9
b2914cbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-common/src/main/java/com/ruoyi/common/utils/ExceptionUtil.java
View file @
bd1edc6d
...
...
@@ -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