ExceptionHandler

class ExceptionHandler(val errorFile: File, val onError: () -> Unit) : Thread.UncaughtExceptionHandler

Constructors

Link copied to clipboard
constructor(errorFile: File, onError: () -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val onError: () -> Unit

Functions

Link copied to clipboard
open override fun uncaughtException(thread: Thread, error: Throwable)