Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/eventbus/SubscriberExceptionHandler.smali

14 lines
421 B
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.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