what-the-bank/sources/androidx/fragment/app/strictmode/Violation.java

17 lines
459 B
Java

package androidx.fragment.app.strictmode;
import androidx.fragment.app.Fragment;
import o.C14957gcv;
/* loaded from: classes.dex */
public abstract class Violation extends RuntimeException {
public final Fragment b;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public Violation(Fragment fragment, String str) {
super(str);
C14957gcv.e(fragment, "");
this.b = fragment;
}
}