Skip to content

Commit 9c534ad

Browse files
committed
added import for ImgurClientError in README
1 parent e7585c3 commit 9c534ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Error types
9393
* ImgurClientError - General error handler, access message and status code via
9494

9595
```python
96+
from imgurpython.helpers.error import ImgurClientError
97+
9698
try
9799
...
98100
except ImgurClientError as e

0 commit comments

Comments
 (0)