exception documentation

class MissingTemplateLoader(RenderError): (source)

Constructor: MissingTemplateLoader(element)

View In Hierarchy

MissingTemplateLoader is raised when trying to render an Element without a template loader, i.e. a loader attribute.

Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable element The Element which did not have a document factory.
def __init__(self, element): (source)

Undocumented

def __repr__(self) -> str: (source)

Undocumented

The Element which did not have a document factory.