💚 Fixed Branch prefix for bugs

This commit is contained in:
Nikhil Badyal
2023-08-09 22:15:09 +05:30
parent 1f83406cb8
commit b1af206dad
8 changed files with 118 additions and 21 deletions
+12
View File
@@ -2,3 +2,15 @@ class APKMirrorScrapperFailure(Exception):
"""Failed to scrap icon from apkmirror."""
pass
class ExtraAssetsFailure(Exception):
"""Failed to scrap icon from apkmirror."""
pass
class PatchingFailed(Exception):
"""Patching Failed."""
pass