class TemplatesNotFound(TemplateNotFound):
Like TemplateNotFound
but raised if multiple templates
are selected. This is a subclass of TemplateNotFound
exception, so just catching the base exception will catch both.
Undefined
, a message
about it being undefined is shown rather than the empty string.Method | __init__ |
Undocumented |
Instance Variable | templates |
Undocumented |
Inherited from TemplateNotFound
:
Method | __str__ |
Undocumented |
Instance Variable | message |
Undocumented |
Instance Variable | name |
Undocumented |
Undocumented
Parameters | |
names:t.Sequence[ | Undocumented |
message:t.Optional[ | Undocumented |