package androidx.compose.foundation; import java.util.concurrent.CancellationException; import kotlin.Metadata; /* compiled from: MutatorMutex.kt */ @Metadata(d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0003\n\u0000\b\u0002\u0018\u00002\u00060\u0001j\u0002`\u0002B\u0005¢\u0006\u0002\u0010\u0003J\b\u0010\u0004\u001a\u00020\u0005H\u0016¨\u0006\u0006"}, d2 = {"Landroidx/compose/foundation/MutationInterruptedException;", "Ljava/util/concurrent/CancellationException;", "Lkotlinx/coroutines/CancellationException;", "()V", "fillInStackTrace", "", "foundation_release"}, k = 1, mv = {1, 8, 0}, xi = 48) /* loaded from: classes.dex */ final class MutationInterruptedException extends CancellationException { public MutationInterruptedException() { super("Mutation interrupted"); } @Override // java.lang.Throwable public Throwable fillInStackTrace() { setStackTrace(new StackTraceElement[0]); return this; } }