package nl.minicom.gitolite.manager.exceptions;
/**
* The {@link ModificationException} class can be used to indicate that the application
* of a change failed because it conflicted with the current gitolite configuration.
*/
public class ModificationException extends Exception {
private static final long serialVersionUID = -523610900915606659L;
}