lib/browser/GraphBrowser/ParseError.java
author haftmann
Fri, 13 Sep 2013 07:59:50 +0200
changeset 53602 0ae3db699a3e
parent 13973 9170772bf420
permissions -rw-r--r--
tuned proofs

package GraphBrowser;

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