package eu.wietsevenema.lang.oberon.exceptions;
public class ExpressionNotFoundException extends Exception {
private static final long serialVersionUID = 3051613162409929333L;
public ExpressionNotFoundException(String arg0) {
super(arg0);
}
}