On Thursday, March 10, 2016 at 2:34:56 AM UTC-5, Michael Merickel wrote:
>
> There is no event emitted by Pyramid upon exception right now. You could 
> emit it yourself by adding a tween UNDER the excview tween that would catch 
> exceptions, notify subscribers, and then re-raise the exception to be later 
> handled by the excview.
>

That's exactly what I do.  I used pyramid_exclog as a reference (it 
implements the strategy Michael described):

      
 https://github.com/Pylons/pyramid_exclog/blob/master/pyramid_exclog/__init__.py

>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to