mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
33 lines
472 B
Python
33 lines
472 B
Python
class FridaNotExistException(Exception):
|
|
...
|
|
|
|
|
|
class FridaNotRunningException(Exception):
|
|
...
|
|
|
|
|
|
class ADBConnectException(Exception):
|
|
...
|
|
|
|
|
|
class FailedGetAuthParamException(Exception):
|
|
...
|
|
|
|
|
|
class DecryptException(Exception):
|
|
...
|
|
|
|
|
|
class NotTimeSyncedLyricsException(Exception):
|
|
...
|
|
|
|
|
|
class CodecNotFoundException(Exception):
|
|
...
|
|
|
|
|
|
class RetryableDecryptException(Exception):
|
|
...
|
|
|
|
class FailedGetM3U8FromDeviceException(Exception):
|
|
... |