package o; import java.util.Objects; /* renamed from: o.fWy, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ public final class C13316fWy extends fUX { private InterfaceC13172fSt e; public C13316fWy(InterfaceC13169fSq interfaceC13169fSq, InterfaceC13172fSt interfaceC13172fSt) { super(interfaceC13169fSq); this.e = interfaceC13172fSt; } @Override // o.AbstractC13163fSk public final void subscribeActual(InterfaceC13174fSv interfaceC13174fSv) { try { InterfaceC13174fSv d = this.e.d(); StringBuilder sb = new StringBuilder("Operator "); sb.append(this.e); sb.append(" returned a null Observer"); this.c.subscribe((InterfaceC13174fSv) Objects.requireNonNull(d, sb.toString())); } catch (NullPointerException e) { throw e; } catch (Throwable th) { C13147fSI.c(th); C13418fZu.c(th); NullPointerException nullPointerException = new NullPointerException("Actually not, but can't throw other exceptions due to RS"); nullPointerException.initCause(th); throw nullPointerException; } } }