apkfuckery/com.discord/smali_classes2/kotlinx/coroutines/flow/internal/ChildCancelledException.smali
2020-07-23 01:06:17 +00:00

30 lines
730 B
Smali

.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
sget-boolean v0, Lk0/a/b0;->b:Z
if-eqz v0, :cond_0
invoke-super {p0}, Ljava/util/concurrent/CancellationException;->fillInStackTrace()Ljava/lang/Throwable;
:cond_0
return-object p0
.end method