Ver Fonte

1、代码恢复。

guanzi há 4 anos atrás
pai
commit
1a3292bc77

+ 1 - 0
src/main/java/com/pavis/ltw/common/exception/GlobalExceptionHandler.java

@@ -26,4 +26,5 @@ public class GlobalExceptionHandler {
     public Response handleNullPointerException(NullPointerException exception) {
         return ResUtils.error(exception.getMessage(), null);
     }
+    
 }