Skip to content

Commit 52b647e

Browse files
Kingstonmmarquezs
authored andcommitted
Inherit Exception instead of BaseException
1 parent 703a50a commit 52b647e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myjdapi/exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
)
3232

3333

34-
class MYJDException(BaseException):
34+
class MYJDException(Exception):
3535
"""Base MyJDownloader Exception."""
3636

3737
pass

0 commit comments

Comments
 (0)