"src/main/java/net/git@ustchcs.com:gujinli1118/MCMS.git" did not exist on "b5ba1bf1d6e963e82d7e7af41579402bcf28986e"
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