Searched refs:TemplateRuntimeError (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A Dexceptions.py127 class TemplateRuntimeError(TemplateError): class in inherits:TemplateError
133 class UndefinedError(TemplateRuntimeError):
137 class SecurityError(TemplateRuntimeError):
143 class FilterArgumentError(TemplateRuntimeError):
H A Denvironment.py27 TemplatesNotFound, TemplateRuntimeError namespace
413 raise TemplateRuntimeError('no filter named %r' % name)
417 raise TemplateRuntimeError('Attempted to invoke context '
438 raise TemplateRuntimeError('no test named %r' % name)
H A Druntime.py15 from jinja2.exceptions import UndefinedError, TemplateRuntimeError, \
23 'TemplateRuntimeError', 'missing', 'concat', 'escape',
16 TemplateNotFound namespace

Completed in 89 milliseconds