lib/browser/GraphBrowser/ParseError.java
author boehmes
Sat, 29 Aug 2009 21:57:06 +0200
changeset 32451 8f0dc876fb1b
parent 13973 9170772bf420
permissions -rw-r--r--
propagate theorem names, in addition to generated return message

package GraphBrowser;

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