aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ipm/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ipm/exceptions.py b/src/ipm/exceptions.py
index e57f6cd..3629363 100644
--- a/src/ipm/exceptions.py
+++ b/src/ipm/exceptions.py
@@ -36,3 +36,7 @@ class VerifyFailed(IpmException):
class FileTypeMismatch(IpmException):
"""Ipk file type mismatch"""
+
+
+class PackageExsitsError(IpmException):
+ """Package already installed"""