ErrorWebExceptionHandler

Marker interface that indicates that a WebExceptionHandler is used to render errors.

Author

Brian Clozel

Since

2.0.0

Functions

Link copied to clipboard
abstract fun handle(exchange: ServerWebExchange, ex: Throwable): Mono<Void>