src/Tools/GraphBrowser/graphbrowser/ParseError.java
author wenzelm
Thu, 13 Mar 2025 16:00:48 +0100
changeset 82269 72e641e3b7cd
parent 74015 12b1f4649ab1
permissions -rw-r--r--
proper document structure; tuned whitespace;

package isabelle.graphbrowser;

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