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

36 lines
950 B
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public interface abstract Lkotlinx/coroutines/CoroutineExceptionHandler;
.super Ljava/lang/Object;
.source "CoroutineExceptionHandler.kt"
# interfaces
2019-12-06 03:29:40 +00:00
.implements Lkotlin/coroutines/CoroutineContext$a;
2019-07-24 11:27:29 +00:00
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lkotlinx/coroutines/CoroutineExceptionHandler$a;
}
.end annotation
# static fields
2019-12-06 03:29:40 +00:00
.field public static final b:Lkotlinx/coroutines/CoroutineExceptionHandler$a;
2019-07-24 11:27:29 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public static constructor <clinit>()V
2019-07-24 11:27:29 +00:00
.locals 1
2019-12-06 03:29:40 +00:00
sget-object v0, Lkotlinx/coroutines/CoroutineExceptionHandler$a;->a:Lkotlinx/coroutines/CoroutineExceptionHandler$a;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
sput-object v0, Lkotlinx/coroutines/CoroutineExceptionHandler;->b:Lkotlinx/coroutines/CoroutineExceptionHandler$a;
2019-07-24 11:27:29 +00:00
return-void
.end method
# virtual methods
.method public abstract handleException(Lkotlin/coroutines/CoroutineContext;Ljava/lang/Throwable;)V
.end method