package kotlinx.coroutines.flow.internal;

import defpackage.InterfaceC4965;
import java.util.concurrent.CancellationException;

/* JADX INFO: loaded from: classes3.dex */
public final class AbortFlowException extends CancellationException {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final transient InterfaceC4965 f1146;

    public AbortFlowException(InterfaceC4965 interfaceC4965) {
        super("Flow was aborted, no more elements needed");
        this.f1146 = interfaceC4965;
    }

    @Override // java.lang.Throwable
    public final Throwable fillInStackTrace() {
        setStackTrace(new StackTraceElement[0]);
        return this;
    }
}
