apkfuckery/com.discord/smali_classes2/kotlinx/coroutines/CoroutineExceptionHandler.s...

24 lines
563 B
Smali
Raw Normal View History

2020-11-12 02:11:44 +00:00
.class public interface abstract Lkotlinx/coroutines/CoroutineExceptionHandler;
.super Ljava/lang/Object;
.source "CoroutineExceptionHandler.kt"
# interfaces
.implements Lkotlin/coroutines/CoroutineContext$a;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lkotlinx/coroutines/CoroutineExceptionHandler$a;
}
.end annotation
# static fields
2020-11-21 22:11:07 +00:00
.field public static final synthetic b:I
2020-11-12 02:11:44 +00:00
# virtual methods
.method public abstract handleException(Lkotlin/coroutines/CoroutineContext;Ljava/lang/Throwable;)V
.end method