class DefaultUncaughtExceptionHandler : CoroutineExceptionHandler
Handles all uncaught exceptions and logs errors with the specified logger ignoring CancellationException and IOException.
DefaultUncaughtExceptionHandler(logger: Logger) DefaultUncaughtExceptionHandler(logger: () -> Logger)
Handles all uncaught exceptions and logs errors with the specified logger ignoring CancellationException and IOException. |
val key: <ERROR CLASS><out <ERROR CLASS>> |
fun handleException(context: <ERROR CLASS>, exception: Throwable): Unit |