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

asset.pipeline.processors.MinifyException.groovy Maven / Gradle / Ivy

Go to download

JVM Asset Pipeline library for serving static web assets, bundling, minifying, and extensibility for transpiling.

The newest version!
package asset.pipeline.processors;

/**
* When a Minify Closure parser error is reached this exception is thrown.
* @author David Estes
*/
public class MinifyException extends Exception {
	public MinifyException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy