LINE.apk(点击下载) / c.java


package by2;

public final class c extends RuntimeException {
    private static final long serialVersionUID = -6298857009889503852L;

    /* JADX INFO: super call moved to the top of the method (can break code semantics) */
    public c(Throwable th4) {
        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 | " + th4, th4 == null ? new NullPointerException() : th4);
    }
}