apkfuckery/com.discord/smali_classes2/com/google/firebase/FirebaseException.smali

48 lines
1.3 KiB
Smali
Raw Normal View History

2020-07-08 16:44:49 +00:00
.class public Lcom/google/firebase/FirebaseException;
2020-05-17 12:40:10 +00:00
.super Ljava/lang/Exception;
2020-07-25 00:57:58 +00:00
.source "com.google.android.gms:play-services-basement@@17.2.1"
2020-05-17 12:40:10 +00:00
# direct methods
2020-07-08 16:44:49 +00:00
.method public constructor <init>()V
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
return-void
.end method
2020-05-17 12:40:10 +00:00
.method public constructor <init>(Ljava/lang/String;)V
.locals 1
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const-string v0, "Detail message must not be empty"
2020-07-25 02:57:47 +00:00
invoke-static {p1, v0}, Lf/h/a/c/i1/e;->x(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
2020-05-17 12:40:10 +00:00
invoke-direct {p0, p1}, Ljava/lang/Exception;-><init>(Ljava/lang/String;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.locals 1
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const-string v0, "Detail message must not be empty"
2020-07-25 02:57:47 +00:00
invoke-static {p1, v0}, Lf/h/a/c/i1/e;->x(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
2020-05-17 12:40:10 +00:00
invoke-direct {p0, p1, p2}, Ljava/lang/Exception;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
return-void
.end method