exception

fun <T : Exception> exception(exception: KClass<T>, clear: Boolean = true, callback: HttpExceptionCallbackType<T>)
inline fun <T : Exception> exception(clear: Boolean = true, noinline callback: HttpExceptionCallbackType<T>)