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.

There is a newer version: 5.0.5
Show 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 - 2025 Weber Informatics LLC | Privacy Policy