Rabbit-R1/switch port/java/sources/com/google/common/eventbus/SubscriberExceptionHandler.java

8 lines
245 B
Java
Raw Normal View History

2024-05-21 21:08:36 +00:00
package com.google.common.eventbus;
@ElementTypesAreNonnullByDefault
/* loaded from: classes3.dex */
public interface SubscriberExceptionHandler {
void handleException(Throwable th, SubscriberExceptionContext subscriberExceptionContext);
}