You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewRuntimeException("Error occurred when trying to propagate error to Observer.onError and during unsubscription.", newCompositeException(Arrays.asList(e, e2, unsubscribeException)));
169
+
thrownewOnErrorFailedException("Error occurred when trying to propagate error to Observer.onError and during unsubscription.", newCompositeException(Arrays.asList(e, e2, unsubscribeException)));
169
170
}
170
171
171
-
thrownewRuntimeException("Error occurred when trying to propagate error to Observer.onError", newCompositeException(Arrays.asList(e, e2)));
172
+
thrownewOnErrorFailedException("Error occurred when trying to propagate error to Observer.onError", newCompositeException(Arrays.asList(e, e2)));
172
173
}
173
174
}
174
175
// if we did not throw above we will unsubscribe here, if onError failed then unsubscribe happens in the catch
0 commit comments