src/Tools/GraphBrowser/graphbrowser/ParseError.java
author wenzelm
Sun, 31 Dec 2023 22:04:41 +0100
changeset 79411 700d4f16b5f2
parent 74015 12b1f4649ab1
permissions -rw-r--r--
minor performance tuning: proper Same.operation; clarified modules;

package isabelle.graphbrowser;

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