mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:10:29 +00:00
In 5.3 it became possible to handle exceptions from any handler through ExceptionHandler's in a ControllerAdvice class, but this is not mentioned in the docs See gh-22619, gh-27338