lib/browser/GraphBrowser/ParseError.java
author haftmann
Thu, 16 Oct 2014 19:26:13 +0200
changeset 58687 5469874b0228
parent 13973 9170772bf420
permissions -rw-r--r--
even more cleanup

package GraphBrowser;

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