package lt2.calc;

public class EspressioneException extends RuntimeException {
  public EspressioneException(String m) {
      super(m);
  }
}