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

fr.vergne.pester.model.ShouldNotOccurException Maven / Gradle / Ivy

The newest version!
package fr.vergne.pester.model;

@SuppressWarnings("serial")
public class ShouldNotOccurException extends RuntimeException {
	public ShouldNotOccurException(Throwable cause) {
		super("Something unexpected occurred within Pester", cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy