package o.a.f;

/* JADX INFO: loaded from: classes.dex */
public final class d extends IllegalStateException {
    public d(Throwable th) {
        super("The exception could not be delivered to the consumer because it has already canceled/disposed the flow or the exception has nowhere to go to begin with. Further reading: https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling | " + th, th);
    }
}
