kotlin-stdlib / kotlin.native / ReportUnhandledExceptionHook ReportUnhandledExceptionHook Native 1.3 typealias ReportUnhandledExceptionHook = (Throwable) -> Unit(source) Typealias describing custom exception reporting hook.