lib/browser/GraphBrowser/ParseError.java
author hoelzl
Tue, 26 Mar 2013 12:20:56 +0100
changeset 51522 bd568f4bf446
parent 13973 9170772bf420
permissions -rw-r--r--
remove Real.thy

package GraphBrowser;

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