"source/java/src/vscode:/vscode.git/clone" did not exist on "b48c7a06f419eb1ea5dc60641a9d2e3660d107ba"
Commit 63f00cd3 authored by Elune's avatar Elune Committed by Gitee
Browse files

!14 修复空指针

Merge pull request !14 from 平淡0生活/master
parents 5295f909 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("删除失败");
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment