checkedCoroutineHandler

fun checkedCoroutineHandler(requestHandler: suspend (RoutingContext) -> Unit): Route(source)

Like coroutineHandler and calls RoutingContext.fail if a Throwable is thrown in requestHandler.