apkfuckery/com.discord/smali_classes2/com/google/android/gms/common/GooglePlayServicesNotAvailableException.smali
2020-07-25 00:57:58 +00:00

20 lines
498 B
Smali

.class public final Lcom/google/android/gms/common/GooglePlayServicesNotAvailableException;
.super Ljava/lang/Exception;
.source "com.google.android.gms:play-services-basement@@17.2.1"
# instance fields
.field public final errorCode:I
# direct methods
.method public constructor <init>(I)V
.locals 0
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
iput p1, p0, Lcom/google/android/gms/common/GooglePlayServicesNotAvailableException;->errorCode:I
return-void
.end method