All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitnesse.testsystems.slim.tables.SyntaxError Maven / Gradle / Ivy

There is a newer version: 20241026
Show newest version
package fitnesse.testsystems.slim.tables;

import fitnesse.testsystems.TestExecutionException;

public class SyntaxError extends TestExecutionException {
  private static final long serialVersionUID = 1L;

  public SyntaxError(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy