hu.blackbelt.flutter.maven.plugin.api.FlutterException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flutter-maven-plugin
Show all versions of flutter-maven-plugin
Flutter Maven plugin. It can run to flutter tasks
The newest version!
package hu.blackbelt.flutter.maven.plugin.api;
public class FlutterException extends Exception {
public FlutterException(String message) {
super(message);
}
public FlutterException(String message, Throwable cause){
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy