米游社.apk(点击下载) / d.java


package bt;

import zs.f;

/* compiled from: OnErrorNotImplementedException */
public final class d extends RuntimeException {

    /* renamed from: a  reason: collision with root package name */
    public static final long f14044a = -6298857009889503852L;

    /* JADX INFO: super call moved to the top of the method (can break code semantics) */
    public d(String str, @f Throwable th2) {
        super(str, th2 == null ? new NullPointerException() : th2);
    }

    public d(@f Throwable th2) {
        this("The exception was not handled due to missing onError handler in the subscribe() method call. Further reading: https://github.com/ReactiveX/RxJava/wiki/Error-Handling | " + th2, th2);
    }
}