[Zope-Checkins] CVS: Zope3/lib/python/Zope/ComponentArchitecture - Exceptions.py:1.1.2.1

Jim Fulton jim@zope.com
Tue, 20 Nov 2001 17:11:18 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv25734

Added Files:
      Tag: Zope-3x-branch
	Exceptions.py 
Log Message:
*** empty log message ***

=== Added File Zope3/lib/python/Zope/ComponentArchitecture/Exceptions.py ===

from Zope.Exceptions import NotFoundError

class ComponentLookupError(NotFoundError):
    "A component could not be found"