List of usage examples for org.springframework.boot.autoconfigure.web.reactive.error AbstractErrorWebExceptionHandler subclass-usage
From source file org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler.java
/**
* Basic global {@link org.springframework.web.server.WebExceptionHandler}, rendering
* {@link ErrorAttributes}.
* <p>
* More specific errors can be handled either using Spring WebFlux abstractions (e.g.
* {@code @ExceptionHandler} with the annotation model) or by adding