TikTok.apk(点击下载) / C21850tq.java


package X;

import com.bytedance.covode.number.Covode;

/* renamed from: X.0tq  reason: invalid class name and case insensitive filesystem */
public final class C21850tq extends RuntimeException {
    public static final long serialVersionUID = -6298857009889503852L;

    static {
        Covode.recordClassIndex(121754);
    }

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

    public C21850tq(Throwable th) {
        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 | ".concat(String.valueOf(th)), th);
    }
}