org.ndx.agile.architecture.gitlab.GitLabHandlerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gitlab-scm-handler Show documentation
Show all versions of gitlab-scm-handler Show documentation
Allow gitlab infos to be included in project documentation
The newest version!
package org.ndx.agile.architecture.gitlab;
import org.ndx.agile.architecture.base.AgileArchitectureException;
public class GitLabHandlerException extends AgileArchitectureException {
public GitLabHandlerException(String message, Throwable cause) {
super(message, cause);
}
public GitLabHandlerException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy