NSUncaughtExceptionHandler
The type for uncaught exception handler functions.
Declaration
typealias NSUncaughtExceptionHandler = (NSException) -> VoidThe type for uncaught exception handler functions.
typealias NSUncaughtExceptionHandler = (NSException) -> Void