package o; import io.reactivex.rxjava3.exceptions.CompositeException; /* renamed from: o.fXZ, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ public final class C13326fXZ extends AbstractC13175fSw { private fSD a; final fSQ c; public C13326fXZ(fSD fsd, fSQ fsq) { this.a = fsd; this.c = fsq; } @Override // o.AbstractC13175fSw public final void e(InterfaceC13176fSx interfaceC13176fSx) { this.a.c(new LWm(this, interfaceC13176fSx)); } /* renamed from: o.fXZ$LWm */ /* loaded from: classes6.dex */ final class LWm implements InterfaceC13176fSx { private C13326fXZ b; private final InterfaceC13176fSx c; LWm(C13326fXZ c13326fXZ, InterfaceC13176fSx 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); } } }