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


package cx2;

public final class e extends IllegalStateException {
    private static final long serialVersionUID = 1644750035281290266L;

    public e(Throwable th4) {
        super("The exception could not be delivered to the consumer because it has already canceled/disposed the flow or the exception has nowhere to go to begin with. Further reading: https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling | " + th4, th4);
    }
}