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

30 lines
745 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
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