lib/browser/GraphBrowser/ParseError.java
author wenzelm
Mon, 01 Apr 2019 21:58:45 +0200
changeset 70022 49e178cbf923
parent 13973 9170772bf420
permissions -rw-r--r--
'code_reflect' only supports new-style 'file_prefix'; avoid fragile file "$ISABELLE_TMP/rat.ML";

package GraphBrowser;

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