handleException
abstract fun handleException(context: CoroutineContext, exception: Throwable)
Content copied to clipboard
Handles uncaught exception in the given context. It is invoked if coroutine has an uncaught exception.
Handles uncaught exception in the given context. It is invoked if coroutine has an uncaught exception.