lib/browser/GraphBrowser/ParseError.java
author paulson
Fri, 05 Jan 2007 13:36:32 +0100
changeset 22012 adf68479ae1b
parent 13973 9170772bf420
permissions -rw-r--r--
Proof.context now sent to watcher and used in type inference step of proof reconstruction

package GraphBrowser;

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