src/Tools/GraphBrowser/graphbrowser/ParseError.java
author haftmann
Sun, 31 Aug 2025 07:41:41 +0200
changeset 83070 944e85cb649f
parent 74015 12b1f4649ab1
permissions -rw-r--r--
tuned

package isabelle.graphbrowser;

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