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

fitnesse.plugins.PluginException Maven / Gradle / Ivy

There is a newer version: 20181217
Show newest version
package fitnesse.plugins;

/**
 * Problems with plugins...
 */
public class PluginException extends Exception {

  public PluginException(String s, Throwable throwable) {
    super(s, throwable);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy