Refactor exceptions

* Suffix names for custom exceptions with "Error"
* Introduce exceptions for when the coressponding encoder isn't found
This commit is contained in:
Ritiek Malhotra
2020-03-17 03:09:56 +05:30
parent 083c430489
commit 29005f24ed
16 changed files with 276 additions and 28 deletions

View File

@@ -14,7 +14,8 @@ setup(
"spotdl",
"spotdl.lyrics",
"spotdl.lyrics.providers",
"spotdl.encoders",
"spotdl.encode",
"spotdl.encode.encoders",
"spotdl.downloaders",
"spotdl.patch",
],