91快播 v3.3.0版本的 MD5 值为:094b9519ad2388a8147509cb8a126145

以下内容为反编译后的 C6440.java 源代码,内容仅作参考


package anta.ⴠ;
public final class C6440 extends RuntimeException {
    private static final long serialVersionUID = -6298857009889503852L;

    public C6440(Throwable th) {
        super("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 | " + th, th == null ? new NullPointerException() : th);
    }
}