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

br.com.ingenieux.dropwizard.interpolation.EnvironmentException Maven / Gradle / Ivy

The newest version!
package br.com.ingenieux.dropwizard.interpolation;

public class EnvironmentException extends RuntimeException
{
	public EnvironmentException( String errorMessage )
	{
		super( errorMessage );
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy