All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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