apkfuckery/com.discord/smali_classes2/x/a/u.smali

22 lines
606 B
Smali
Raw Normal View History

2020-02-20 19:33:18 +00:00
.class public final Lx/a/u;
2019-12-06 03:29:40 +00:00
.super Ljava/lang/RuntimeException;
.source "Exceptions.kt"
# direct methods
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.locals 1
2020-03-10 23:21:53 +00:00
const-string v0, "message"
2019-12-06 03:29:40 +00:00
2020-03-10 23:21:53 +00:00
invoke-static {p1, v0}, Lw/u/b/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2019-12-06 03:29:40 +00:00
2020-03-10 23:21:53 +00:00
const-string v0, "cause"
invoke-static {p2, v0}, Lw/u/b/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2019-12-06 03:29:40 +00:00
invoke-direct {p0, p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
return-void
.end method