lib/browser/GraphBrowser/ParseError.java
author haftmann
Fri, 30 Oct 2009 13:59:51 +0100
changeset 33359 8b673ae1bf39
parent 13973 9170772bf420
permissions -rw-r--r--
dedicated theory for loading numeral simprocs

package GraphBrowser;

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