errorcats

An amusing replacement error handler


License
Other
Install
pip install errorcats==1.0.2

Documentation

Errorcats is a humorous error handler for TurboGears2 sites.

To use errorcats, replace the line:

from tgapp.controllers.error import ErrorController

with:

from errorcats.error import ErrorController

in your root controller.