From 558ca98706f4d4c05716e8389c642a8eb37bdae5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 26 Jul 2008 07:56:06 +0000 Subject: Bug #232924 - When the user specifies a non-existent set, display a list of existing sets. svn path=/main/trunk/; revision=11197 --- pym/portage/exception.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pym/portage/exception.py') 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""" -- cgit v1.2.3-1-g7c22