1 // Copyright 2015-present 650 Industries. All rights reserved. 2 3 #import <React/RCTExceptionsManager.h> 4 #import <React/RCTAssert.h> 5 6 @class EXKernelAppRecord; 7 8 extern RCTFatalHandler handleFatalReactError; 9 10 @interface EXReactAppExceptionHandler : NSObject <RCTExceptionsManagerDelegate> 11 12 - (instancetype)initWithAppRecord:(EXKernelAppRecord *)appRecord NS_DESIGNATED_INITIALIZER; 13 14 @end 15