lib/browser/GraphBrowser/ParseError.java
author wenzelm
Fri, 17 Apr 2015 18:02:32 +0200
changeset 60121 fd66c0f65c23
parent 13973 9170772bf420
permissions -rw-r--r--
just one line, to make it work with makedist_bundle;

package GraphBrowser;

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