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

29 lines
690 B
Smali

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