lib/browser/GraphBrowser/ParseError.java
author wenzelm
Mon, 05 Aug 2013 15:03:52 +0200
changeset 52861 e93d73b51fd0
parent 13973 9170772bf420
permissions -rw-r--r--
commands with overlay remain visible, to avoid loosing printed output;

package GraphBrowser;

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