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

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

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

public final class DownloadException extends Exception {
    public DownloadException(String message) {
        super(message);
    }

    DownloadException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy