handleAllExceptions

@ExceptionHandler(value = [Exception::class])
fun handleAllExceptions(exchange: ServerWebExchange, ex: Exception): ResponseEntity<ErrorMessage>