DefaultUncaughtExceptionHandler
class DefaultUncaughtExceptionHandler :
CoroutineExceptionHandler
Handles all uncaught exceptions and logs errors with the specified logger ignoring CancellationException and IOException.
Constructors
DefaultUncaughtExceptionHandler(logger: Logger) DefaultUncaughtExceptionHandler(logger: () -> Logger) Handles all uncaught exceptions and logs errors with the specified logger ignoring CancellationException and IOException. |
Properties
val key: <ERROR CLASS><out <ERROR CLASS>> |