We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703a50a commit 52b647eCopy full SHA for 52b647e
myjdapi/exception.py
@@ -31,7 +31,7 @@
31
)
32
33
34
-class MYJDException(BaseException):
+class MYJDException(Exception):
35
"""Base MyJDownloader Exception."""
36
37
pass
0 commit comments