src/Tools/GraphBrowser/graphbrowser/ParseError.java
author paulson <lp15@cam.ac.uk>
Sun, 03 Aug 2025 20:34:24 +0100
changeset 82913 7c870287f04f
parent 74015 12b1f4649ab1
permissions -rw-r--r--
New lemmas about improper integrals and other things

package isabelle.graphbrowser;

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