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 {
throw new BadRequestException(msg);
}
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