package ctbrec.io;
public class HtmlParserException extends RuntimeException {
public HtmlParserException(String msg) {
super(msg);
}