I want to use an Exception View as described here: http://docs.pylonsproject.org/projects/pyramid/dev/narr/views.html#exception-views, to catch all exceptions and display a friendly "We're working on it" message based on the master template. I can do that fine, but I'd also like to have the email functionality that weberror provides. Is there an easy way to get that functionality, or do I need to set up all the formatting/email sending within the view. I'm sorry if it's documented somewhere, and I missed it.
thanks, Brian -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
