lib/browser/GraphBrowser/ParseError.java
author blanchet
Mon, 04 Apr 2011 18:53:35 +0200
changeset 42227 662b50b7126f
parent 13973 9170772bf420
permissions -rw-r--r--
if "monomorphize" is enabled, mangle the type information in the names by default

package GraphBrowser;

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