package M2;

/* JADX INFO: loaded from: classes.dex */
public class s {

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

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Exception f4202c;

    public s(boolean z8, String str, Exception exc) {
        this.f4200a = z8;
        this.f4201b = str;
        this.f4202c = exc;
    }

    public String a() {
        return this.f4201b;
    }
}
