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

net.sf.weixinmp.ResponseErrorHandler Maven / Gradle / Ivy

The newest version!
package net.sf.weixinmp;
/**
 * 给WeixinRequest类设定的错误处理句柄
 * @author Alex
 *
 */
public interface ResponseErrorHandler {
	public void handle(String errorCode, String errorMessage);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy