autofixture.exceptions.OnlyInterfacesAreSupportedException Maven / Gradle / Ivy
package autofixture.exceptions;
public class OnlyInterfacesAreSupportedException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;
public OnlyInterfacesAreSupportedException(final String string) {
super(string);
}
}