exception documentation

Tried to use a render method which does not exist.

Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable element The element which did not have the render method.
Instance Variable renderName The name of the renderer which could not be found.
def __init__(self, element, renderName): (source)

Undocumented

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

Undocumented

The element which did not have the render method.

renderName = (source)

The name of the renderer which could not be found.