Raise NotFound when encountering 404 status codes in BaseClient.request
authorHarmon <Harmon758@gmail.com>
Thu, 24 Mar 2022 06:18:30 +0000 (01:18 -0500)
committerHarmon <Harmon758@gmail.com>
Thu, 24 Mar 2022 06:19:13 +0000 (01:19 -0500)
commitb6b82196d3f0821c184901de985e2cedb56a9db2
tree26244a67841b8e091f4cc51f827a5962764d3785
parent3d311e62ad9cdb5be7b3261343f503c886b0bdce
Raise NotFound when encountering 404 status codes in BaseClient.request

Raise NotFound rather than HTTPException when encountering 404 response status codes in BaseClient.request
tweepy/client.py