[Zope-dev] Re: NotFound
Philipp von Weitershausen
philipp at weitershausen.de
Tue May 13 13:21:33 EDT 2008
Roger Ineichen wrote:
> Is there a reason why zope.publisher.interfaces.NotFound
> is not locatable?
>
> class NotFound(LookupError, TraversalException):
> implements(INotFound)
>
> def __init__(self, ob, name, request=None):
> self.ob = ob
> self.name = name
>
> Why should a NotFound error instance not be locatable
> by default since it provides a location?
What kind of a location does it provide?
More information about the Zope-Dev
mailing list