54 lines
1.5 KiB
Java
54 lines
1.5 KiB
Java
package o;
|
|
|
|
import io.reactivex.rxjava3.exceptions.CompositeException;
|
|
|
|
/* renamed from: o.fXZ, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C13326fXZ<T> extends AbstractC13175fSw<T> {
|
|
private fSD<T> a;
|
|
final fSQ<? super Throwable> c;
|
|
|
|
public C13326fXZ(fSD<T> fsd, fSQ<? super Throwable> fsq) {
|
|
this.a = fsd;
|
|
this.c = fsq;
|
|
}
|
|
|
|
@Override // o.AbstractC13175fSw
|
|
public final void e(InterfaceC13176fSx<? super T> interfaceC13176fSx) {
|
|
this.a.c(new LWm(this, interfaceC13176fSx));
|
|
}
|
|
|
|
/* renamed from: o.fXZ$LWm */
|
|
/* loaded from: classes6.dex */
|
|
final class LWm implements InterfaceC13176fSx<T> {
|
|
private C13326fXZ b;
|
|
private final InterfaceC13176fSx<? super T> c;
|
|
|
|
LWm(C13326fXZ c13326fXZ, InterfaceC13176fSx<? super T> interfaceC13176fSx) {
|
|
this.b = c13326fXZ;
|
|
this.c = interfaceC13176fSx;
|
|
}
|
|
|
|
@Override // o.InterfaceC13176fSx
|
|
public final void onSubscribe(fSJ fsj) {
|
|
this.c.onSubscribe(fsj);
|
|
}
|
|
|
|
@Override // o.InterfaceC13176fSx
|
|
public final void e(T t) {
|
|
this.c.e(t);
|
|
}
|
|
|
|
@Override // o.InterfaceC13176fSx
|
|
public final void onError(Throwable th) {
|
|
try {
|
|
this.b.c.c(th);
|
|
} catch (Throwable th2) {
|
|
C13147fSI.c(th2);
|
|
th = new CompositeException(th, th2);
|
|
}
|
|
this.c.onError(th);
|
|
}
|
|
}
|
|
}
|