exception

fun <T : Exception> exception(exception: KClass<T>, callback: HttpExceptionCallbackType<T>)
inline fun <T : Exception> exception(noinline callback: HttpExceptionCallbackType<T>)