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

com.seejoke.wechat.api.WxErrorExceptionHandler Maven / Gradle / Ivy

package com.seejoke.wechat.api;

import com.seejoke.wechat.exception.WxErrorException;

public interface WxErrorExceptionHandler {

	void handle(WxErrorException e);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy