Searched refs:TemplateNotFound (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A Dloaders.py20 from jinja2.exceptions import TemplateNotFound namespace
26 '..' in the path it will raise a `TemplateNotFound` error.
33 raise TemplateNotFound(template)
48 from jinja2 import BaseLoader, TemplateNotFound
59 raise TemplateNotFound(template)
76 `TemplateNotFound` error if it can't locate the template.
93 raise TemplateNotFound(template)
180 raise TemplateNotFound(template)
227 raise TemplateNotFound(template)
278 raise TemplateNotFound(templat
[all...]
H A Dexceptions.py29 class TemplateNotFound(IOError, LookupError, TemplateError): class in inherits:IOError, LookupError, TemplateError
55 class TemplatesNotFound(TemplateNotFound):
56 """Like :class:`TemplateNotFound` but raised if multiple templates
57 are selected. This is a subclass of :class:`TemplateNotFound`
67 TemplateNotFound.__init__(self, names and names[-1] or None, message)
H A D__init__.py49 TemplateNotFound, TemplatesNotFound, TemplateSyntaxError, \
64 'StrictUndefined', 'TemplateError', 'UndefinedError', 'TemplateNotFound',
50 TemplateAssertionError namespace
H A Druntime.py16 TemplateNotFound namespace
23 'TemplateNotFound']
H A Denvironment.py20 from jinja2.exceptions import TemplateSyntaxError, TemplateNotFound, \
708 If the template does not exist a :exc:`TemplateNotFound` exception is
744 except TemplateNotFound:
21 TemplatesNotFound namespace

Completed in 105 milliseconds