lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sun, 21 Sep 2014 20:14:04 +0200
changeset 58412 f65f11f4854c
parent 13973 9170772bf420
permissions -rw-r--r--
more standard Isabelle/ML operations;

package GraphBrowser;

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