We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a43ba6 commit 29a2807Copy full SHA for 29a2807
1 file changed
ytfetcher/exceptions.py
@@ -3,7 +3,7 @@ class YTFetcherError(Exception):
3
Base exception for all YTFetcher errors.
4
"""
5
6
-class ExporterError(Exception):
+class ExporterError(YTFetcherError):
7
8
Base exception for all Exporter errors.
9
0 commit comments