mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🧹 Cleanup
This commit is contained in:
+12
-6
@@ -4,13 +4,19 @@ class APKMirrorScrapperFailure(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ExtraAssetsFailure(Exception):
|
||||
"""Failed to scrap icon from apkmirror."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class PatchingFailed(Exception):
|
||||
"""Patching Failed."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class AppNotFound(ValueError):
|
||||
"""Not a valid Revanced App."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class PatchesJsonFailed(ValueError):
|
||||
"""Patches failed."""
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user