lib/browser/GraphBrowser/ParseError.java
author haftmann
Fri, 01 Oct 2010 17:06:49 +0200
changeset 39911 2b4430847310
parent 13973 9170772bf420
permissions -rw-r--r--
moved ML_Context.value to Code_Runtime

package GraphBrowser;

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