lib/browser/GraphBrowser/ParseError.java
author bulwahn
Fri, 03 Dec 2010 08:40:47 +0100
changeset 40915 a4c956d1f91f
parent 13973 9170772bf420
permissions -rw-r--r--
declaring quickcheck testers as default after their setup

package GraphBrowser;

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