-
- All Implemented Interfaces:
-
com.facebook.react.bridge.NativeModuleCallExceptionHandler
public class DefaultNativeModuleCallExceptionHandler implements NativeModuleCallExceptionHandler
Crashy crashy exception handler.
-
-
Method Summary
Modifier and Type Method Description void
handleException(Exception e)
Do something to display or log the exception. -
-
Method Detail
-
handleException
void handleException(Exception e)
Do something to display or log the exception.
-
-
-
-