We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49a232 commit 3476b5bCopy full SHA for 3476b5b
1 file changed
rentplace/src/main/java/kattsyn/dev/rentplace/exceptions/GlobalExceptionHandler.java
@@ -3,7 +3,7 @@
3
import io.jsonwebtoken.ExpiredJwtException;
4
import jakarta.security.auth.message.AuthException;
5
import jakarta.servlet.http.HttpServletRequest;
6
-import kattsyn.dev.rentplace.dtos.ErrorResponse;
+import kattsyn.dev.rentplace.dtos.responses.ErrorResponse;
7
import org.springframework.http.HttpStatus;
8
import org.springframework.http.ResponseEntity;
9
import org.springframework.web.bind.MethodArgumentNotValidException;
0 commit comments