MEGA STAR IPTV v3.4版本的 MD5 值为:f68c82adeb6c1166a42c50cbe0c3cfa6

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


package a8;
public final class c extends RuntimeException {
    public c(String str, Throwable th) {
        super(str, th == null ? new NullPointerException() : th);
    }

    public c(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 | " + th, th);
    }
}