projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a03ed8
)
Add version added directive to documentation for HTTPException
author
Harmon
<Harmon758@gmail.com>
Sun, 31 Oct 2021 19:10:07 +0000
(14:10 -0500)
committer
Harmon
<Harmon758@gmail.com>
Sun, 31 Oct 2021 19:10:07 +0000
(14:10 -0500)
tweepy/errors.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/errors.py
b/tweepy/errors.py
index 4336b30215f89d20d231dec089a867fcb268453c..0e6d2f7bc379f2104328567b191781bf863bec36 100644
(file)
--- a/
tweepy/errors.py
+++ b/
tweepy/errors.py
@@
-34,6
+34,8
@@
class HTTPException(TweepyException):
The error codes the Twitter API responded with, if any
api_messages : List[str]
The error messages the Twitter API responded with, if any
+
+ .. versionadded:: 4.0
"""
def __init__(self, response):