lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sun, 05 Nov 2017 17:45:17 +0100
changeset 67013 335a7dce7cb3
parent 13973 9170772bf420
permissions -rw-r--r--
more uniform header syntax, in contrast to the former etc/abbrevs file-format (see 73939a9b70a3);

package GraphBrowser;

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