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