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

31 lines
730 B
Smali
Raw Normal View History

2020-07-08 16:44:49 +00:00
.class public final Lkotlinx/coroutines/flow/internal/ChildCancelledException;
.super Ljava/util/concurrent/CancellationException;
.source "FlowExceptions.kt"
# direct methods
.method public constructor <init>()V
.locals 1
const-string v0, "Child of the scoped flow was cancelled"
invoke-direct {p0, v0}, Ljava/util/concurrent/CancellationException;-><init>(Ljava/lang/String;)V
return-void
.end method
# virtual methods
.method public fillInStackTrace()Ljava/lang/Throwable;
.locals 1
2020-07-23 01:06:17 +00:00
sget-boolean v0, Lk0/a/b0;->b:Z
2020-07-08 16:44:49 +00:00
if-eqz v0, :cond_0
invoke-super {p0}, Ljava/util/concurrent/CancellationException;->fillInStackTrace()Ljava/lang/Throwable;
:cond_0
return-object p0
.end method