exception

fun <T : Exception> exception(exception: KClass<T>? = null, status: HttpStatus? = null, callback: HttpExceptionCallback<T>)
inline fun <T : Exception> exception(status: HttpStatus? = null, noinline callback: HttpExceptionCallback<T>)