this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Missing ExceptionHandling constant

+4
+2
src/ExceptionHandling/include/ExceptionHandling/ExceptionHandling.h
··· 23 23 24 24 #import <Foundation/Foundation.h> 25 25 26 + extern NSString *NSStackTraceKey; 27 + 26 28 #import <ExceptionHandling/ExceptionHandler.h> 27 29 28 30 #endif
+2
src/ExceptionHandling/src/ExceptionHandler.m
··· 5 5 #include <unistd.h> 6 6 #include <stdlib.h> 7 7 8 + NSString *NSStackTraceKey = @"NSStackTraceKey"; 9 + 8 10 static void LocalExceptionHandler(NSException* e); 9 11 10 12 @implementation NSExceptionHandler