class documentation

Raised if a template does not exist. .. versionchanged:: 2.11 If the given name is :class:`Undefined` and no message was provided, an :exc:`UndefinedError` is raised.

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable message Undocumented
Instance Variable name Undocumented
Instance Variable templates Undocumented
def __init__(self, name, message=None): (source)

Undocumented

Parameters
name:t.Optional[t.Union[str, Undefined]]Undocumented
message:t.Optional[str]Undocumented
def __str__(self): (source)

Undocumented

Returns
strUndocumented
name = (source)

Undocumented

templates = (source)

Undocumented