lib/browser/GraphBrowser/ParseError.java
author wenzelm
Mon, 10 Aug 2015 14:14:49 +0200
changeset 60875 ee23c1d21ac3
parent 13973 9170772bf420
permissions -rw-r--r--
follow debugger focus;

package GraphBrowser;

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