discord-jadx/app/src/main/java/c/i/a/f/e/a0.java

31 lines
765 B
Java

package c.i.a.f.e;
import androidx.annotation.NonNull;
/* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */
public class a0 {
public static final a0 a = new a0(true, null, null);
public final boolean b;
/* renamed from: c reason: collision with root package name */
public final String f1029c;
public final Throwable d;
public a0(boolean z2, String str, Throwable th) {
this.b = z2;
this.f1029c = str;
this.d = th;
}
public static a0 a(@NonNull String str) {
return new a0(false, str, null);
}
public static a0 b(@NonNull String str, @NonNull Throwable th) {
return new a0(false, str, th);
}
public String c() {
return this.f1029c;
}
}