
cn.zkdcloud.exception.WeChatException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weChat Show documentation
Show all versions of weChat Show documentation
we can use it easy to build weChat
The newest version!
package cn.zkdcloud.exception;
/**
* 一般操作错误异常
*
* @author zk
* @version 2017/9/4
*/
public class WeChatException extends Exception{
public WeChatException(String msg){
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy