
org.weixin4j.misc.CEFormatException Maven / Gradle / Ivy
The newest version!
package org.weixin4j.misc;
import java.io.IOException;
public class CEFormatException extends IOException {
public CEFormatException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy