package com.facebook.react.bridge.queue;
/* loaded from: classes2.dex */
public interface QueueThreadExceptionHandler {
    void handleException(Exception exc);
}
