package nl.minicom.gitolite.manager.exceptions; public class GitException extends Exception { private static final long serialVersionUID = -2225116453526869196L; public GitException(Throwable cause) { super(cause); } }