예제 #1
0
 def __init__(self, message, proto=None):
     GitError.__init__(self, message, proto)
예제 #2
0
파일: git.py 프로젝트: cvangysel/gitexd
 def __init__(self, proto):
   GitError.__init__(self, "The specified repository doesn't exist.", proto)
예제 #3
0
 def __init__(self, proto):
   GitError.__init__(self, "You don't have access to this reference.", proto)
예제 #4
0
 def __init__(self, proto):
   GitError.__init__(self, "You don't have access to this repository.", proto)
예제 #5
0
 def __init__(self, message, proto=None):
     GitError.__init__(self, message, proto)