lib/browser/GraphBrowser/ParseError.java
author blanchet
Thu, 22 Aug 2013 23:03:21 +0200
changeset 53148 c898409d8630
parent 13973 9170772bf420
permissions -rw-r--r--
fixed subtle bug with "take" + thread overlord through

package GraphBrowser;

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