package androidx.fragment.app.strictmode;

import defpackage.AbstractComponentCallbacksC3393;

/* JADX INFO: loaded from: classes3.dex */
public abstract class Violation extends RuntimeException {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final AbstractComponentCallbacksC3393 f381;

    public Violation(AbstractComponentCallbacksC3393 abstractComponentCallbacksC3393, String str) {
        super(str);
        this.f381 = abstractComponentCallbacksC3393;
    }
}
