#import @interface ObjcExceptionHandler : NSObject + (BOOL)catchException:(void (^)(void))tryBlock error:(__autoreleasing NSError **)error; @end