Home | History | Annotate | Download | only in webapp2

Lines Matching defs:handle_exception

572             return self.handle_exception(e, self.app.debug)
629 def handle_exception(self, exception, debug):
633 :meth:`WSGIApplication.handle_exception`.
1091 handler.handle_exception(e, request.app.debug)
1454 #: HTTP exceptions. See :meth:`handle_exception`.
1536 rv = self.handle_exception(request, response, e)
1561 def handle_exception(self, request, response, e):