org.xmlpull.v1.XmlPullParserException Maven / Gradle / Ivy
package org.xmlpull.v1;
/**
* @author neighbWang
*/
public class XmlPullParserException extends Exception {
public XmlPullParserException(String s) {
throw new RuntimeException("Stub!");
}
}