lib/browser/GraphBrowser/ParseError.java
author wenzelm
Wed, 26 Jul 2006 00:44:44 +0200
changeset 20207 4c57e850e8d5
parent 13973 9170772bf420
permissions -rw-r--r--
added Pure/subgoal.ML;

package GraphBrowser;

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