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 d810876f1..ae3a9db4f 100644
--- a/pym/portage_exception.py
+++ b/pym/portage_exception.py
@@ -58,6 +58,9 @@ class PackageNotFound(PortagePackageException):
class InvalidPackageName(PortagePackageException):
"""Malformed package name"""
+class InvalidAtom(PortagePackageException):
+ """Malformed atom spec"""
+
class UnsupportedAPIException(PortagePackageException):
"""Unsupported API"""
def __init__(self, cpv, api):