lib/browser/GraphBrowser/ParseError.java
author wenzelm
Mon, 15 Jul 2013 23:07:23 +0200
changeset 52668 a467a6b4376c
parent 13973 9170772bf420
permissions -rw-r--r--
produce 7z archive for windows and preserve symlinks separately;

package GraphBrowser;

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