handleInvalidInputException

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