lib/browser/GraphBrowser/ParseError.java
author paulson <lp15@cam.ac.uk>
Mon, 29 Apr 2019 16:50:20 +0100
changeset 70212 e886b58bf698
parent 13973 9170772bf420
permissions -rw-r--r--
full proof of algebraic closure, by Paulo de Vilhena

package GraphBrowser;

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