lib/browser/GraphBrowser/ParseError.java
author blanchet
Thu, 22 Aug 2013 12:12:52 +0200
changeset 53140 a1235e90da5f
parent 13973 9170772bf420
permissions -rw-r--r--
pour extra features from proximate facts into goal, in exporter

package GraphBrowser;

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