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

com.github.eirslett.maven.plugins.frontend.lib.InstallationException Maven / Gradle / Ivy

package com.github.eirslett.maven.plugins.frontend.lib;

public final class InstallationException extends FrontendException {
    InstallationException(String message){
        super(message);
    }
    InstallationException(String message, Throwable cause){
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy