mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-06 22:38:37 +08:00
Move JavascriptException from react/modules/core to react/common
Reviewed By: jingc Differential Revision: D3675858 fbshipit-source-id: 6e1fd4f9476afb28f9c24978be3a7a7cc50afaba
This commit is contained in:
committed by
Facebook Github Bot 9
parent
a4bff46791
commit
3feef3ff72
@@ -7,7 +7,7 @@
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
package com.facebook.react.modules.core;
|
||||
package com.facebook.react.common;
|
||||
|
||||
/**
|
||||
* A JS exception that was propagated to native. In debug mode, these exceptions are normally shown
|
||||
@@ -19,6 +19,7 @@ import com.facebook.react.bridge.ReadableArray;
|
||||
import com.facebook.react.bridge.ReadableMap;
|
||||
import com.facebook.react.bridge.ReadableType;
|
||||
import com.facebook.react.devsupport.DevSupportManager;
|
||||
import com.facebook.react.common.JavascriptException;
|
||||
import com.facebook.react.common.ReactConstants;
|
||||
|
||||
public class ExceptionsManagerModule extends BaseJavaModule {
|
||||
|
||||
Reference in New Issue
Block a user