lib/browser/GraphBrowser/ParseError.java
author berghofe
Wed, 11 Jul 2007 11:41:30 +0200
changeset 23763 b136b53fcd2a
parent 13973 9170772bf420
permissions -rw-r--r--
Old (co)inductive command is now replaced by (co)inductive_set.

package GraphBrowser;

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