lib/browser/GraphBrowser/ParseError.java
author wenzelm
Thu, 14 Nov 2019 11:43:46 +0100
changeset 71117 2f6b092bbd25
parent 13973 9170772bf420
permissions -rw-r--r--
updated MinGW installation: requires Cygwin from Isabelle2018 to avoid problems with address relocation;

package GraphBrowser;

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