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