| src/main/java/com/zy/asrs/task/AbstractHandler.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/task/AbstractHandler.java
@@ -20,7 +20,7 @@ } protected void exceptionHandle(String errorMsg, Object... args){ throw new AsrsException(MessageFormat.format(errorMsg, args)); throw new RuntimeException(MessageFormat.format(errorMsg, args)); } }