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):

Undocumented

def __repr__(self) -> str:

Undocumented

element =

The element which did not have the render method.

renderName =

The name of the renderer which could not be found.