lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sat, 08 Jul 2006 12:54:43 +0200
changeset 20055 24c127b97ab5
parent 13973 9170772bf420
permissions -rw-r--r--
simprocs: no theory argument -- use simpset context instead; misc cleanup;

package GraphBrowser;

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