summaryrefslogtreecommitdiffstats
path: root/pym/portage/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/exception.py')
-rw-r--r--pym/portage/exception.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage/exception.py b/pym/portage/exception.py
index 66cd16244..ff34993a6 100644
--- a/pym/portage/exception.py
+++ b/pym/portage/exception.py
@@ -74,6 +74,9 @@ class PortagePackageException(PortageException):
class PackageNotFound(PortagePackageException):
"""Missing Ebuild or Binary"""
+class PackageSetNotFound(PortagePackageException):
+ """Missing package set"""
+
class InvalidPackageName(PortagePackageException):
"""Malformed package name"""