Interface t.w.i.ICanHandleException(Interface):

Part of twisted.web2.iweb View Source View In Hierarchy

No interface docstring
Method renderHTTP_exception Render an exception to the given request object.
Method renderInlineException Return stan representing the exception, to be printed in the page,
def renderHTTP_exception(request, failure): (source)
Render an exception to the given request object.
def renderInlineException(request, reason): (source)
Return stan representing the exception, to be printed in the page, not replacing the page.
API Documentation for twisted, generated by pydoctor.