removed completed comment #3
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user