lib/browser/GraphBrowser/ParseError.java
author haftmann
Sun, 23 Feb 2014 10:33:43 +0100
changeset 55681 7714287dc044
parent 13973 9170772bf420
permissions -rw-r--r--
more fine-grain notion of export

package GraphBrowser;

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