mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Manual implementation of some status checks
This commit is contained in:
@@ -6,3 +6,9 @@ DefaultValueForOptionalParameters = DefaultValueForOptionalParametersType()
|
||||
LazyCompletion = 0
|
||||
ImmediateCompletion = 1
|
||||
NoCompletion = 2
|
||||
|
||||
class GithubException( Exception ):
|
||||
def __init__( self, status, data ):
|
||||
Exception.__init__( self )
|
||||
self.status = status
|
||||
self.data = data
|
||||
|
||||
Reference in New Issue
Block a user