lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sun, 28 Apr 2019 12:34:56 +0200
changeset 70203 cd2af90360ee
parent 13973 9170772bf420
permissions -rw-r--r--
proper treatment of root as directory;

package GraphBrowser;

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