21 lines
572 B
Java
21 lines
572 B
Java
package kotlinx.coroutines.flow.internal;
|
|
|
|
import java.util.concurrent.CancellationException;
|
|
import o.C15045gfe;
|
|
|
|
/* loaded from: classes6.dex */
|
|
public final class ChildCancelledException extends CancellationException {
|
|
public ChildCancelledException() {
|
|
super("Child of the scoped flow was cancelled");
|
|
}
|
|
|
|
@Override // java.lang.Throwable
|
|
public final Throwable fillInStackTrace() {
|
|
if (C15045gfe.d()) {
|
|
return super.fillInStackTrace();
|
|
}
|
|
setStackTrace(new StackTraceElement[0]);
|
|
return this;
|
|
}
|
|
}
|