![JAR search and dependency download from the Maven repository](/logo.png)
net.sinofool.wechat.WeChatException Maven / Gradle / Ivy
The newest version!
package net.sinofool.wechat;
public class WeChatException extends RuntimeException {
private static final long serialVersionUID = 1L;
public WeChatException(Exception e) {
super(e);
}
public WeChatException(String reason) {
super(reason);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy