exception
inline fun <reified T : Throwable> exception(
noinline handler: suspend PipelineContext<Unit, ApplicationCall>.(T) -> Unit
): Unit
Register exception handler for exception type T and it’s children
inline fun <reified T : Throwable> exception(
noinline handler: suspend PipelineContext<Unit, ApplicationCall>.(T) -> Unit
): Unit
Register exception handler for exception type T and it’s children