xref: /expo/ios/Exponent/Kernel/ReactAppManager/EXReactAppExceptionHandler.h (revision bb5069cd)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025