Replace TweepError with HTTPException
authorHarmon <Harmon758@gmail.com>
Sun, 4 Apr 2021 13:34:03 +0000 (08:34 -0500)
committerHarmon <Harmon758@gmail.com>
Sun, 4 Apr 2021 13:43:57 +0000 (08:43 -0500)
commitcd5f696d09530f86ac0edf1ec0fe0a02578a3920
treec57f3ae81405690754a9c0bf85795210ca9179ec
parent5c39cd159ef761500f3cb0292a3da40d5e250417
Replace TweepError with HTTPException

Replace RateLimitError with TooManyRequests
Remove Parser.parse_error
tests/test_api.py
tests/test_rate_limit.py
tweepy/__init__.py
tweepy/api.py
tweepy/error.py [deleted file]
tweepy/errors.py
tweepy/parsers.py