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

dev.jbang.dependencies.DependencyException Maven / Gradle / Ivy

There is a newer version: 0.121.0
Show newest version
package dev.jbang.dependencies;

@SuppressWarnings("serial")
public class DependencyException extends RuntimeException {

	public DependencyException(Exception e) {
		super(e);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy