Personal tools
Skip to content. | Skip to navigation
This package provides management views for the error reporting utility defined in zope.error package.README This package provides an error reporting utility which is able to store errors. (Notice that the implementation classes have been moved to the zope.error package.)Let's create one: >>> from zope.app.error.error import ErrorReportingUtility >>> util ErrorReportingUtility() >>> util...
Document Actions