Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/eventbus/SubscriberExceptionHandler.smali
2024-05-21 17:08:36 -04:00

13 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