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

io.automatiko.engine.quarkus.deployment.AutomatikoCompilerException Maven / Gradle / Ivy

There is a newer version: 0.39.0
Show newest version
package io.automatiko.engine.quarkus.deployment;

public class AutomatikoCompilerException extends RuntimeException {

	private static final long serialVersionUID = -3732863570763137758L;

	public AutomatikoCompilerException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy