feat: raise CodecNotFoundException when could not find specified codec

This commit is contained in:
WorldObservationLog
2024-05-04 22:53:47 +08:00
parent 2f1aaa2106
commit 90b271b348
2 changed files with 7 additions and 0 deletions

View File

@@ -20,3 +20,7 @@ class DecryptException(Exception):
class NotTimeSyncedLyricsException(Exception):
...
class CodecNotFoundException(Exception):
...