package o; /* renamed from: o.fYh, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C13369fYh extends AbstractC13175fSw { private fSD d; final fSQ e; public C13369fYh(fSD fsd, fSQ fsq) { this.d = fsd; this.e = fsq; } @Override // o.AbstractC13175fSw public final void e(InterfaceC13176fSx interfaceC13176fSx) { this.d.c(new LWm(this, interfaceC13176fSx)); } /* renamed from: o.fYh$LWm */ /* loaded from: classes6.dex */ final class LWm implements InterfaceC13176fSx { private InterfaceC13176fSx a; private C13369fYh d; LWm(C13369fYh c13369fYh, InterfaceC13176fSx interfaceC13176fSx) { this.d = c13369fYh; this.a = interfaceC13176fSx; } @Override // o.InterfaceC13176fSx public final void onSubscribe(fSJ fsj) { this.a.onSubscribe(fsj); } @Override // o.InterfaceC13176fSx public final void e(T t) { try { this.d.e.c(t); this.a.e(t); } catch (Throwable th) { C13147fSI.c(th); this.a.onError(th); } } @Override // o.InterfaceC13176fSx public final void onError(Throwable th) { this.a.onError(th); } } }