uncaughtExceptionHandlerOrNull

@JvmStatic
@JvmName(name = "fromCoroutineContextOrNull")
fun CoroutineContext.uncaughtExceptionHandlerOrNull(): UncaughtException.Handler?(source)

Retrieves the Handler from CoroutineContext if present.

See also