mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-29 05:11:21 +00:00
Feed arguments in libary usage mode
This commit is contained in:
@@ -11,3 +11,10 @@ class NoYouTubeVideoMatchError(Exception):
|
||||
def __init__(self, message=None):
|
||||
super().__init__(message)
|
||||
|
||||
|
||||
class ArgumentError(Exception):
|
||||
__module__ = Exception.__module__
|
||||
|
||||
def __init__(self, message=None):
|
||||
super().__init__(message)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user