
io.quarkiverse.githubapp.command.airline.runtime.CommandExecutionException Maven / Gradle / Ivy
package io.quarkiverse.githubapp.command.airline.runtime;
public class CommandExecutionException extends RuntimeException {
public CommandExecutionException(String message, Exception cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy