Type Definition fruity__bbqsrc::foundation::NSUncaughtExceptionHandler[][src]

type NSUncaughtExceptionHandler = unsafe extern "C" fn(_: NSException);
Expand description

A function pointer that can be used to perform last-minute logging before the program terminates.

Used by NSSetUncaughtExceptionHandler and NSSetUncaughtExceptionHandler.

See documentation.