lib/browser/GraphBrowser/ParseError.java
author blanchet
Thu, 30 Sep 2010 18:59:37 +0200
changeset 39894 35ae5cf8c96a
parent 13973 9170772bf420
permissions -rw-r--r--
encode number of skolem assumptions in them, for more efficient retrieval later

package GraphBrowser;

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