lib/browser/GraphBrowser/ParseError.java
author haftmann
Mon, 22 Apr 2019 06:28:17 +0000
changeset 70190 ff9efdc84289
parent 13973 9170772bf420
permissions -rw-r--r--
clarified structure of theories

package GraphBrowser;

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