package GraphBrowser;

class ParseError extends Exception {
	public ParseError(String s) { super(s); }
}


syntax highlighted by Code2HTML, v. 0.9.1