net.unmz.java.wechat.pay.exception.WeChatException Maven / Gradle / Ivy
package net.unmz.java.wechat.pay.exception;
/**
* Project Name:
* 功能描述:
*
* @author [email protected]
* @version 1.0
* @date 2018-4-1 0:32
* @since JDK 1.8
*/
public class WeChatException extends Exception {
private static final long serialVersionUID = -5796790778231589707L;
public WeChatException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy