package fr.sii.ogham.core.exception.configurer;
import static fr.sii.ogham.core.CoreConstants.SERIAL_VERSION_UID;
public class ClasspathConsistencyException extends ConfigureException {
private static final long serialVersionUID = SERIAL_VERSION_UID;
public ClasspathConsistencyException(String message, Throwable cause) {
super(message, cause);
}
}