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

com.github.xiaoyuge5201.weixin.WeixinException Maven / Gradle / Ivy

There is a newer version: 1.3.5
Show newest version
package com.github.xiaoyuge5201.weixin;
/**
 * 微信异常
 * @author CSSARSARI
 *
 */
@SuppressWarnings("serial")
public class WeixinException extends Exception {

	public WeixinException(String msg){
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy