resumeWithException
fun <T> Continuation<T>.resumeWithException(
exception: Throwable)
Resumes the execution of the corresponding coroutine so that the exception is re-thrown right after the last suspension point.
fun <T> Continuation<T>.resumeWithException(
exception: Throwable)
Resumes the execution of the corresponding coroutine so that the exception is re-thrown right after the last suspension point.