package com.elphin.framework.util.http.exception;
/**
* @author fuliqiang
*/
public class XmlParserError extends XmlParserException {
/**
*
*/
private static final long serialVersionUID = 6756456318970800378L;
public XmlParserError(String errorMessage) {
super(errorMessage);
}
}