Skip to content

Commit 29a2807

Browse files
committed
fix: inherit ExporterError from YTFetcherError for better exception hierarchy
1 parent 5a43ba6 commit 29a2807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ytfetcher/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class YTFetcherError(Exception):
33
Base exception for all YTFetcher errors.
44
"""
55

6-
class ExporterError(Exception):
6+
class ExporterError(YTFetcherError):
77
"""
88
Base exception for all Exporter errors.
99
"""

0 commit comments

Comments
 (0)