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

hu.blackbelt.flutter.maven.plugin.api.ProcessExecutionException Maven / Gradle / Ivy

The newest version!
package hu.blackbelt.flutter.maven.plugin.api;

public final class ProcessExecutionException extends Exception {
    private static final long serialVersionUID = 1L;

    public ProcessExecutionException(String message) {
        super(message);
    }

    public ProcessExecutionException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy