class documentation

class TemplateNotFound(IOError, LookupError, TemplateError):

Known subclasses: jinja2.exceptions.TemplatesNotFound

View In Hierarchy

Raised if a template does not exist.

Changed in version 2.11: If the given name is Undefined and no message was provided, an 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):

Undocumented

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

Undocumented

Returns
strUndocumented
message =
name =

Undocumented

templates =

Undocumented