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:
Ramanpreet Nara
2021-08-11 13:28:16 -07:00
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);