class TemplateNotFound(IOError, LookupError, TemplateError):
Known subclasses: jinja2.exceptions.TemplatesNotFound
Raised if a template does not exist.
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 |
jinja2.exceptions.TemplateError.__init__
jinja2.exceptions.TemplatesNotFound
Undocumented
Parameters | |
name:t.Optional[ | Undocumented |
message:t.Optional[ | Undocumented |