- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
25 lines
454 B
Java
25 lines
454 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class zzdvy extends Exception {
|
|
private final int zza;
|
|
|
|
public zzdvy(int i) {
|
|
this.zza = i;
|
|
}
|
|
|
|
public final int zza() {
|
|
return this.zza;
|
|
}
|
|
|
|
public zzdvy(int i, String str) {
|
|
super(str);
|
|
this.zza = i;
|
|
}
|
|
|
|
public zzdvy(int i, String str, Throwable th) {
|
|
super(str, th);
|
|
this.zza = 1;
|
|
}
|
|
}
|