Skip to content

Commit

Permalink
Move JavascriptException from react/modules/core to react/common
Browse files Browse the repository at this point in the history
Reviewed By: jingc

Differential Revision: D3675858

fbshipit-source-id: 6e1fd4f9476afb28f9c24978be3a7a7cc50afaba
  • Loading branch information
ayc1 authored and Facebook Github Bot 9 committed Aug 5, 2016
1 parent a4bff46 commit 3feef3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
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 {
Expand Down

0 comments on commit 3feef3f

Please sign in to comment.