package androidx.compose.runtime.tooling;

/* JADX INFO: loaded from: classes.dex */
public interface CompositionErrorContext {
    boolean attachComposeStackTrace(Throwable th, Object obj);
}
