lib/browser/GraphBrowser/ParseError.java
author krauss
Mon, 04 Dec 2006 15:15:59 +0100
changeset 21635 32f3e1127de2
parent 13973 9170772bf420
permissions -rw-r--r--
added Ramsey.thy to Library imports, to include it in the daily builds

package GraphBrowser;

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