Class n.a.UninformativeExceptionHandler:

Part of nevow.appserver View Source View In Hierarchy

Implements interfaces: nevow.inevow.ICanHandleException

Undocumented
Line # Kind Name Docs
35 Method renderHTTP_exception Render an exception to the given request object.
43 Method renderInlineException Return stan representing the exception, to be printed in the page,
def renderHTTP_exception(self, ctx, reason): (source)
Render an exception to the given request object.
def renderInlineException(self, context, reason): (source)
Return stan representing the exception, to be printed in the page, not replacing the page.
API Documentation for Nevow, generated by pydoctor.