lib/browser/GraphBrowser/ParseError.java
author blanchet
Sun, 11 Sep 2016 13:35:27 +0200
changeset 63839 fe7841fa2a9b
parent 13973 9170772bf420
permissions -rw-r--r--
tuning

package GraphBrowser;

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