lib/browser/GraphBrowser/ParseError.java
author wenzelm
Fri, 29 Sep 2017 20:49:42 +0200
changeset 66717 67dbf5cdc056
parent 13973 9170772bf420
permissions -rw-r--r--
more informative loaded_theories: dependencies and syntax;

package GraphBrowser;

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