🧹 Cleanup

This commit is contained in:
Nikhil Badyal
2023-08-10 21:34:49 +05:30
parent 39d5009cc7
commit acc3a2dae7
8 changed files with 19 additions and 25 deletions
+12 -6
View File
@@ -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