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);
}
package com.seejoke.wechat.api;
import com.seejoke.wechat.exception.WxErrorException;
public interface WxErrorExceptionHandler {
void handle(WxErrorException e);
}