diff -r f4956b4ceba1 -r 011066435e6f VirtualMailManager/errors.py --- a/VirtualMailManager/errors.py Wed Jul 28 01:03:56 2010 +0000 +++ b/VirtualMailManager/errors.py Wed Jul 28 02:08:03 2010 +0000 @@ -1,9 +1,9 @@ # -*- coding: UTF-8 -*- # Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. - """ VirtualMailManager.errors + ~~~~~~~~~~~~~~~~~~~~~~~~~ VMM's Exception classes """ @@ -20,6 +20,7 @@ def __repr__(self): return '%s(%r, %r)' % (self.__class__.__name__, self.msg, self.code) + class ConfigError(VMMError): """Exception class for configuration exceptions""" pass