apkfuckery/com.discord/smali_classes2/com/lyft/kronos/internal/ntp/NTPSyncException.smali

25 lines
501 B
Smali
Raw Normal View History

2020-07-08 16:44:49 +00:00
.class public final Lcom/lyft/kronos/internal/ntp/NTPSyncException;
2020-05-17 12:40:10 +00:00
.super Ljava/lang/RuntimeException;
.source "NTPSyncException.kt"
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
if-eqz p1, :cond_0
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
return-void
:cond_0
const-string p1, "message"
2020-07-25 00:57:58 +00:00
invoke-static {p1}, Lj0/n/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
const/4 p1, 0x0
throw p1
.end method