package defpackage;

import kotlinx.coroutines.flow.internal.ChildCancelledException;

/* JADX INFO: renamed from: ᵪᵖ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3903 extends C1847 {
    @Override // defpackage.C2374
    /* JADX INFO: renamed from: ᵨᵼⁱ */
    public final boolean mo6091(Throwable th) {
        if (th instanceof ChildCancelledException) {
            return true;
        }
        return m6069(th);
    }
}
