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

fitnesse.testsystems.UnableToStopException Maven / Gradle / Ivy

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

public class UnableToStopException extends Exception {
  public UnableToStopException(final String message, final Exception exception) {
    super(message, exception);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy