apkfuckery/com.discord/smali_classes2/kotlinx/coroutines/flow/internal/AbortFlowException.smali

29 lines
690 B
Smali
Raw Normal View History

2020-07-08 16:44:49 +00:00
.class public final Lkotlinx/coroutines/flow/internal/AbortFlowException;
.super Ljava/util/concurrent/CancellationException;
.source "FlowExceptions.kt"
2020-09-16 23:45:23 +00:00
# instance fields
2020-09-29 21:44:44 +00:00
.field public final owner:Lc0/a/q1/a;
2020-09-16 23:45:23 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-29 21:44:44 +00:00
"Lc0/a/q1/a<",
2020-09-16 23:45:23 +00:00
"*>;"
}
.end annotation
.end field
2020-07-08 16:44:49 +00:00
# virtual methods
.method public fillInStackTrace()Ljava/lang/Throwable;
.locals 1
2020-09-16 23:45:23 +00:00
const/4 v0, 0x0
2020-07-08 16:44:49 +00:00
2020-09-16 23:45:23 +00:00
new-array v0, v0, [Ljava/lang/StackTraceElement;
2020-07-08 16:44:49 +00:00
2020-09-16 23:45:23 +00:00
invoke-virtual {p0, v0}, Ljava/util/concurrent/CancellationException;->setStackTrace([Ljava/lang/StackTraceElement;)V
2020-07-08 16:44:49 +00:00
return-object p0
.end method