discord-jadx/app/src/main/java/kotlinx/coroutines/flow/internal/AbortFlowException.java
2021-07-24 04:37:17 +02:00

14 lines
408 B
Java

package kotlinx.coroutines.flow.internal;
import java.util.concurrent.CancellationException;
import s.a.a2.c;
/* compiled from: FlowExceptions.kt */
public final class AbortFlowException extends CancellationException {
private final c<?> owner;
@Override // java.lang.Throwable
public Throwable fillInStackTrace() {
setStackTrace(new StackTraceElement[0]);
return this;
}
}