tmap/smali_classes3/com/google/common/eventbus/SubscriberExceptionHandler.smali
2022-06-10 21:38:30 +09:00

14 lines
421 B
Smali

.class public interface abstract Lcom/google/common/eventbus/SubscriberExceptionHandler;
.super Ljava/lang/Object;
.source "SubscriberExceptionHandler.java"
# annotations
.annotation runtime Lcom/google/common/eventbus/ElementTypesAreNonnullByDefault;
.end annotation
# virtual methods
.method public abstract handleException(Ljava/lang/Throwable;Lcom/google/common/eventbus/SubscriberExceptionContext;)V
.end method