lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sun, 17 May 2015 21:44:34 +0200
changeset 60286 410115884a92
parent 13973 9170772bf420
permissions -rw-r--r--
tuned;

package GraphBrowser;

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