Latest Version: 0.9.6.2

Warning

This documentation does not refer to the most recent version of Pylons. Current Documentation

error

Custom error middleware subclasses, used for error theme

These error middleware sub-classes are used mainly to provide skinning for the Paste middleware. In the future this entire module will likely be little more than a template, as Paste will get the skinning functionality.

The only additional thing besides skinning supplied, is the Myghty traceback information.

See the source for more information.

Top