lib/browser/GraphBrowser/ParseError.java
author haftmann
Sun, 15 Feb 2015 17:01:22 +0100
changeset 59551 5283e349b339
parent 13973 9170772bf420
permissions -rw-r--r--
deleted ineffective declarations

package GraphBrowser;

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