mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
Initial commit
This commit is contained in:
18
src/exceptions.py
Normal file
18
src/exceptions.py
Normal file
@@ -0,0 +1,18 @@
|
||||
class FridaNotExistException(Exception):
|
||||
...
|
||||
|
||||
|
||||
class ADBConnectException(Exception):
|
||||
...
|
||||
|
||||
|
||||
class FailedGetAuthParamException(Exception):
|
||||
...
|
||||
|
||||
|
||||
class DecryptException(Exception):
|
||||
...
|
||||
|
||||
|
||||
class NotTimeSyncedLyricsException(Exception):
|
||||
...
|
||||
Reference in New Issue
Block a user