package e8;

/* JADX INFO: loaded from: classes2.dex */
public class y {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final y f25570c = new y(true, null, null);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final boolean f25571a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Throwable f25572b;

    public y(boolean z10, String str, Exception exc) {
        this.f25571a = z10;
        this.f25572b = exc;
    }

    public static y b(String str) {
        return new y(false, str, null);
    }

    public static y c(String str, Exception exc) {
        return new y(false, str, exc);
    }

    public void a() {
    }
}
