NSGetUncaughtExceptionHandler()
Returns the top-level error handler.
Declaration
func NSGetUncaughtExceptionHandler() -> ((NSException) -> Void)?Return Value
A pointer to the top-level error-handling function where you can perform last-minute logging before the program terminates.