From 93ffd87b338c7107e3bc365392817390b6616f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 2 Feb 2009 11:56:26 +0100 Subject: Add 'VersionsNotFoundException' --- portato/backend/exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'portato') diff --git a/portato/backend/exceptions.py b/portato/backend/exceptions.py index 37e9bda..46b2a3e 100644 --- a/portato/backend/exceptions.py +++ b/portato/backend/exceptions.py @@ -18,6 +18,10 @@ class PackageNotFoundException (Exception): """An exception marking that a package could not be found.""" pass +class VersionsNotFoundException (Exception): + """An exception marking that there could be no versions found for a specific CP.""" + pass + class DependencyCalcError (Exception): """An error occured during dependency calculation.""" pass -- cgit v1.2.3