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
Eladmin
Commits
63f00cd3
Commit
63f00cd3
authored
May 07, 2020
by
Elune
Committed by
Gitee
May 07, 2020
Browse files
!14 修复空指针
Merge pull request !14 from 平淡0生活/master
parents
5295f909
49fb71ea
Changes
1
Show whitespace changes
Inline
Side-by-side
eladmin-common/src/main/java/me/zhengjie/utils/ThrowableUtil.java
View file @
63f00cd3
...
@@ -46,6 +46,6 @@ public class ThrowableUtil {
...
@@ -46,6 +46,6 @@ public class ThrowableUtil {
throw
new
BadRequestException
(
msg
);
throw
new
BadRequestException
(
msg
);
}
}
assert
false
;
assert
false
;
throw
new
BadRequestException
(
"删除失败
:"
+
t
.
getMessage
()
);
throw
new
BadRequestException
(
"删除失败
"
);
}
}
}
}
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