lib/browser/GraphBrowser/ParseError.java
author huffman
Sun, 13 Nov 2011 19:26:53 +0100
changeset 45480 a39bb6d42ace
parent 13973 9170772bf420
permissions -rw-r--r--
remove unnecessary number-representation-specific rules from metis calls; speed up another proof

package GraphBrowser;

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