package p025.p026.p029;

import kotlinx.coroutines.channels.ClosedReceiveChannelException;
import p025.p026.C1308;
import p025.p026.p027.C1284;
import p025.p026.p027.C1296;
import p138.p139.p143.p144.C2803;
import p138.p176.p177.p242.p246.p251.C4303;

/* JADX INFO: renamed from: އ.֏.ၷ.ކ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C1411<E> extends AbstractC1418 implements InterfaceC1417<E> {

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public final Throwable f4575;

    public C1411(Throwable th) {
        this.f4575 = th;
    }

    @Override // p025.p026.p027.C1284
    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("Closed@");
        sbM4889.append(C4303.m7180(this));
        sbM4889.append('[');
        sbM4889.append(this.f4575);
        sbM4889.append(']');
        return sbM4889.toString();
    }

    @Override // p025.p026.p029.InterfaceC1417
    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public Object mo2748() {
        return this;
    }

    @Override // p025.p026.p029.InterfaceC1417
    /* JADX INFO: renamed from: ֏ */
    public C1296 mo2739(E e, C1284.C1286 c1286) {
        C1296 c1296 = C1308.f4447;
        if (c1286 == null) {
            return c1296;
        }
        throw null;
    }

    @Override // p025.p026.p029.InterfaceC1417
    /* JADX INFO: renamed from: ֏ */
    public void mo2740(E e) {
    }

    @Override // p025.p026.p029.AbstractC1418
    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public void mo2749(C1411<?> c1411) {
    }

    /* JADX INFO: renamed from: ލ, reason: contains not printable characters */
    public final Throwable m2750() {
        Throwable th = this.f4575;
        return th != null ? th : new ClosedReceiveChannelException("Channel was closed");
    }
}
