mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Un-deprecate ReactSoftException
Summary: After creating and using this utility, we learned that (1) it's really useful, and (2) its interface is good enough. So, let's un-deprecate this utility. Changelog: [Internal] Reviewed By: JoshuaGross Differential Revision: D30251651 fbshipit-source-id: d1ecf81484f865587a5552d5ddf0e68da86397d9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
637ab46e9e
commit
56dcc6ea55
@@ -13,8 +13,6 @@ import java.util.List;
|
||||
import java.util.concurrent.CopyOnWriteArrayList;
|
||||
|
||||
@DoNotStrip
|
||||
@Deprecated
|
||||
// TODO T53446395: unify ReactSoftException with a more generic exception-handling utility
|
||||
public class ReactSoftException {
|
||||
public interface ReactSoftExceptionListener {
|
||||
void logSoftException(final String category, final Throwable cause);
|
||||
|
||||
Reference in New Issue
Block a user