lib/browser/GraphBrowser/ParseError.java
author haftmann
Sat, 06 Sep 2014 20:12:32 +0200
changeset 58195 1fee63e0377d
parent 13973 9170772bf420
permissions -rw-r--r--
added various facts

package GraphBrowser;

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