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.
Sources
common source
Link copied to clipboard