apkfuckery/com.discord/smali_classes2/com/google/android/gms/common/GooglePlayServicesNotAvailableException.smali

19 lines
434 B
Smali
Raw Normal View History

2020-07-08 16:44:49 +00:00
.class public final Lcom/google/android/gms/common/GooglePlayServicesNotAvailableException;
2020-05-17 12:40:10 +00:00
.super Ljava/lang/Exception;
# 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
2020-07-08 16:44:49 +00:00
iput p1, p0, Lcom/google/android/gms/common/GooglePlayServicesNotAvailableException;->errorCode:I
2020-05-17 12:40:10 +00:00
return-void
.end method