abstract fun handle(exchange: ServerWebExchange, ex: Throwable): Mono<Void>
Handle the given exception. A completion signal through the return value indicates error handling is complete while an error signal indicates the exception is still not handled.
exchange - the current exchange
Return
Mono<Void> to indicate when exception handling is complete