[Zope-dev] Using views for exceptions in Zope 2.12?

Laurence Rowe l at lrowe.co.uk
Sun May 10 06:51:40 EDT 2009


Sidnei da Silva wrote:
> On Sat, May 9, 2009 at 12:52 PM, Chris Withers <chris at simplistix.co.uk> wrote:
>> Hmm, so I would I register different views for a KeyError versus an
>> AttributeError?
> 
> I believe you need to make KeyError implement an interface to be able
> to register a view for it. What use would be a view for KeyError
> anyway. *wink*
> 

It's perfectly possible to register a view for a class instead of an 
interface. (Not that I am familiar with the new views for errors stuff).

Laurence



More information about the Zope-Dev mailing list