Aqara Home v2.4.1版本的 MD5 值为:529779ac2bc0131db52a1fc3098d2b35

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


package p.a.v0;
public final class d extends RuntimeException {
    public static final long serialVersionUID = -6298857009889503852L;

    public d(String str, @p.a.t0.f Throwable th) {
        super(str, th == null ? new NullPointerException() : th);
    }

    public d(@p.a.t0.f 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);
    }
}