removed completed comment #3

Merged
raga5419 merged 1 commits from dev into main 2025-06-02 10:00:15 +02:00

View File

@ -10,7 +10,7 @@ import org.springframework.web.context.request.WebRequest;
import org.springframework.web.method.annotation.MethodArgumentTypeMismatchException;
import org.springframework.web.server.ResponseStatusException;
@ControllerAdvice //TODO currently copy pasted from team, check what is actually needed + error messages
@ControllerAdvice
public class GlobalExceptionHandler {
// Error 4xx - delegated from manually thrown ResponseStatusException
@ExceptionHandler(ResponseStatusException.class)