lib/browser/GraphBrowser/ParseError.java
author panny
Wed, 16 Oct 2013 20:44:33 +0200
changeset 54120 c2f18fd05414
parent 13973 9170772bf420
permissions -rw-r--r--
use Code.abort instead of undefined in auto-generated equations

package GraphBrowser;

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