Add a documentation note about exceptions

This commit is contained in:
Vincent Jacques
2013-03-29 13:16:57 +01:00
parent c1d747a913
commit dff0946500
+2
View File
@@ -17,6 +17,8 @@
class GithubException(Exception):
"""
Error handling in PyGithub is done with exceptions. This class is the base of all exceptions raised by PyGithub.
Some other types of exceptions might be raised by underlying libraries, for example for network-related issues.
"""
def __init__(self, status, data):