src/Tools/GraphBrowser/graphbrowser/ParseError.java
author paulson <lp15@cam.ac.uk>
Fri, 08 Aug 2025 16:46:03 +0100
changeset 82969 dedd9d13c79c
parent 74015 12b1f4649ab1
permissions -rw-r--r--
Generalised a theorem about Lebesgue integration

package isabelle.graphbrowser;

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