lib/browser/GraphBrowser/ParseError.java
author blanchet
Tue, 11 Sep 2012 13:06:13 +0200
changeset 49273 f839ce127a2e
parent 13973 9170772bf420
permissions -rw-r--r--
reverted "id" change: The problem is rather that the "%c. f c" argument sometimes gets eta-reduced

package GraphBrowser;

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