Add version added directive to documentation for HTTPException
authorHarmon <Harmon758@gmail.com>
Sun, 31 Oct 2021 19:10:07 +0000 (14:10 -0500)
committerHarmon <Harmon758@gmail.com>
Sun, 31 Oct 2021 19:10:07 +0000 (14:10 -0500)
tweepy/errors.py

index 4336b30215f89d20d231dec089a867fcb268453c..0e6d2f7bc379f2104328567b191781bf863bec36 100644 (file)
@@ -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):