These two functions are used to get and set the function that an application uses to handle uncaught exceptions.
NSUncaughtExceptionHandler *NSGetUncaughtExceptionHandler(void)
void NSSetUncaughtExceptionHandler(NSUncaughtExceptionHandler *)