src/Tools/GraphBrowser/graphbrowser/ParseError.java
author desharna
Thu, 27 Apr 2023 11:46:11 +0200
changeset 77917 a1abcf46eb24
parent 74015 12b1f4649ab1
permissions -rw-r--r--
tuned; avoided intermediate lists

package isabelle.graphbrowser;

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