lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sat, 22 Oct 2016 21:10:02 +0200
changeset 64350 3af8566788e7
parent 13973 9170772bf420
permissions -rw-r--r--
remote_builds has PAR-SEQ semantics of old isatest-makedist; tuned signature;

package GraphBrowser;

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