Rabbit-R1/switch port/java/sources/com/google/common/eventbus/SubscriberExceptionHandler.java
2024-05-21 17:08:36 -04:00

7 lines
245 B
Java

package com.google.common.eventbus;
@ElementTypesAreNonnullByDefault
/* loaded from: classes3.dex */
public interface SubscriberExceptionHandler {
void handleException(Throwable th, SubscriberExceptionContext subscriberExceptionContext);
}