package kotlinx.coroutines.flow.internal;

import java.util.concurrent.CancellationException;
import p402.InterfaceC6540;

/* JADX INFO: loaded from: classes.dex */
@InterfaceC6540
public final class AbortFlowException extends CancellationException {
    @Override // java.lang.Throwable
    public Throwable fillInStackTrace() {
        setStackTrace(new StackTraceElement[0]);
        return this;
    }
}
