We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7585c3 commit 9c534adCopy full SHA for 9c534ad
1 file changed
README.md
@@ -93,6 +93,8 @@ Error types
93
* ImgurClientError - General error handler, access message and status code via
94
95
```python
96
+from imgurpython.helpers.error import ImgurClientError
97
+
98
try
99
...
100
except ImgurClientError as e
0 commit comments