mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[git] remove unused obsolete class
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package org.hanuna.gitalk.git.reader.util;
|
||||
|
||||
/**
|
||||
* @author erokhins
|
||||
*/
|
||||
public class GitException extends RuntimeException {
|
||||
public GitException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user