mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Generate some repetitive doc files
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
|
||||
|
||||
class GithubException(Exception):
|
||||
"""
|
||||
This class represents GithubExceptions as returned for example by http://developer.github.com/v3/todo
|
||||
"""
|
||||
|
||||
def __init__(self, status, data):
|
||||
Exception.__init__(self)
|
||||
self.status = status
|
||||
|
||||
Reference in New Issue
Block a user