Exemple #1
0
 def __init__(self, message, proto=None):
     GitError.__init__(self, message, proto)
Exemple #2
0
 def __init__(self, proto):
   GitError.__init__(self, "The specified repository doesn't exist.", proto)
Exemple #3
0
 def __init__(self, proto):
   GitError.__init__(self, "You don't have access to this reference.", proto)
Exemple #4
0
 def __init__(self, proto):
   GitError.__init__(self, "You don't have access to this repository.", proto)
 def __init__(self, message, proto=None):
     GitError.__init__(self, message, proto)