lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sat, 01 Dec 2012 17:23:50 +0100
changeset 50305 8290dc6c8d7f
parent 13973 9170772bf420
permissions -rw-r--r--
more generic directory name to facilitate tracking changes of diffs;

package GraphBrowser;

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