class twisted.web.error.MissingTemplateLoader(RenderError): (source)
MissingTemplateLoader
is raised when trying to render an Element without a template loader, i.e. a loader
attribute.
Instance Variable | element | The Element which did not have a document factory. |
Method | __init__ | Undocumented |
Method | __repr__ | Undocumented |