lib/browser/GraphBrowser/ParseError.java
author wenzelm
Wed, 13 Jul 2016 15:19:16 +0200
changeset 63474 f66e3c3b0fb1
parent 13973 9170772bf420
permissions -rw-r--r--
semantic indentation for unstructured proof scripts;

package GraphBrowser;

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