what-the-bank/sources/com/google/common/eventbus/SubscriberExceptionHandler....

7 lines
212 B
Java

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