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

/external/chromium_org/third_party/jinja2/
H A Dloaders.py17 from jinja2.exceptions import TemplateNotFound namespace
24 '..' in the path it will raise a `TemplateNotFound` error.
31 raise TemplateNotFound(template)
46 from jinja2 import BaseLoader, TemplateNotFound
57 raise TemplateNotFound(template)
74 `TemplateNotFound` error if it can't locate the template.
91 raise TemplateNotFound(template)
178 raise TemplateNotFound(template)
225 raise TemplateNotFound(template)
276 raise TemplateNotFound(templat
[all...]
H A D__init__.py49 TemplateNotFound, TemplatesNotFound, TemplateSyntaxError, \
64 'StrictUndefined', 'TemplateError', 'UndefinedError', 'TemplateNotFound',
50 TemplateAssertionError namespace
H A Dexceptions.py45 class TemplateNotFound(IOError, LookupError, TemplateError): class in inherits:IOError, LookupError, TemplateError
64 class TemplatesNotFound(TemplateNotFound):
65 """Like :class:`TemplateNotFound` but raised if multiple templates
66 are selected. This is a subclass of :class:`TemplateNotFound`
76 TemplateNotFound.__init__(self, names and names[-1] or None, message)
H A Denvironment.py26 from jinja2.exceptions import TemplateSyntaxError, TemplateNotFound, \
780 If the template does not exist a :exc:`TemplateNotFound` exception is
816 except TemplateNotFound:
27 TemplatesNotFound, TemplateRuntimeError namespace
H A Druntime.py16 TemplateNotFound namespace
25 'TemplateNotFound']

Completed in 1358 milliseconds