mirror of
https://github.com/WorldObservationLog/AppleMusicDecrypt.git
synced 2026-01-15 14:22:54 -03:00
27 lines
359 B
Python
27 lines
359 B
Python
class FridaNotExistException(Exception):
|
|
...
|
|
|
|
|
|
class FridaNotRunningException(Exception):
|
|
...
|
|
|
|
|
|
class ADBConnectException(Exception):
|
|
...
|
|
|
|
|
|
class FailedGetAuthParamException(Exception):
|
|
...
|
|
|
|
|
|
class DecryptException(Exception):
|
|
...
|
|
|
|
|
|
class NotTimeSyncedLyricsException(Exception):
|
|
...
|
|
|
|
|
|
class CodecNotFoundException(Exception):
|
|
...
|