[TIC-CORE] support local repository
[archive/20170607/tools/tic-core.git] / tic / utils / error.py
index e361097..e74eddc 100644 (file)
@@ -37,9 +37,4 @@ class TICError(Exception):
     def __repr__(self):
         if not hasattr(self, 'keyword') or not self.keyword:
             self.keyword = self.__class__.__name__
-        return "<%s> %s" % (self.keyword, str(self))
-    
-
-class RepoError(TICError):
-    """ Error class for Repository related """
-    keyword = 'Repository'
\ No newline at end of file
+        return "<%s> %s" % (self.keyword, str(self))
\ No newline at end of file