小爽音 v1.3版本的 MD5 值为:448355de843c720d712f30c7cdfbd99b

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


package j.b.a.c;
public final class b extends RuntimeException {
    private static final long serialVersionUID = -6298857009889503852L;

    public b(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);
    }
}