lib/browser/GraphBrowser/ParseError.java
author wenzelm
Mon, 25 Jan 2016 14:51:04 +0100
changeset 62246 d9410066dbd5
parent 13973 9170772bf420
permissions -rw-r--r--
more thorough syntax_changed: new commands need require new folds;

package GraphBrowser;

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