Package eggbasket :: Package controllers :: Module errorcatcher
[hide private]

Module errorcatcher

source code

TurboGears root controller base class catching errors, displaying custom error pages and sending email notifications.

Classes [hide private]
  ErrorCatcher
Base class for root controllers catching errors and showing error page.
Functions [hide private]
 
format_request_info(req)
Return string with formatted info about important request properties.
source code
 
format_request_headers(req)
Return string with formatted request headers.
source code
 
format_user_info(user)
Return string with formatted info about request user.
source code
Variables [hide private]
  has_turbomail = False
  log = logging.getLogger("turbogears.controllers")