package kotlinx.coroutines.channels;

/* JADX INFO: loaded from: classes.dex */
public final class f extends g {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Throwable f29337a;

    public f(Throwable th) {
        this.f29337a = th;
    }

    public final boolean equals(Object obj) {
        if (obj instanceof f) {
            if (nb.g.c(this.f29337a, ((f) obj).f29337a)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        Throwable th = this.f29337a;
        if (th != null) {
            return th.hashCode();
        }
        return 0;
    }

    @Override // kotlinx.coroutines.channels.g
    public final String toString() {
        return "Closed(" + this.f29337a + ')';
    }
}
