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

net.jqwik.engine.properties.arbitraries.GenerationError Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
package net.jqwik.engine.properties.arbitraries;

public class GenerationError extends RuntimeException {
	public GenerationError(Throwable throwable) {
		super(throwable);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy