[git] remove unused obsolete class

This commit is contained in:
Kirill Likhodedov
2014-06-24 17:24:55 +04:00
parent 568fb44751
commit a4d007354d
@@ -1,11 +0,0 @@
package org.hanuna.gitalk.git.reader.util;
/**
* @author erokhins
*/
public class GitException extends RuntimeException {
public GitException(String message) {
super(message);
}
}