Browse Source

1、代码恢复。

guanzi 4 years ago
parent
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);
     }
+    
 }