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
49fb71ea
Commit
49fb71ea
authored
May 07, 2020
by
jiabing
Browse files
修复空指针
parent
a1e4de53
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-common/src/main/java/me/zhengjie/utils/ThrowableUtil.java
View file @
49fb71ea
...
@@ -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