package bluej.groupwork.git;


| Base class for the different Exceptions generated when dealing with | Git tree structures. | | @author Fabio Heday | public class GitTreeException extends Exception { GitTreeException ( String reason ) { super (reason); } }
top, use, map, class GitTreeException




9 neLoCode + 3 LoComm