Undocumented
Class | SecurityError |
Raised if a template tries to do something insecure if the sandbox is enabled. |
Class | TemplateAssertionError |
No summary |
Class | TemplateError |
Baseclass for all template errors. |
Class | TemplateNotFound |
Raised if a template does not exist. |
Class | TemplateRuntimeError |
A generic runtime error in the template engine. Under some situations Jinja may raise this exception. |
Class | TemplatesNotFound |
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. |
Class | TemplateSyntaxError |
Raised to tell the user that there is a problem with the template. |
Class | UndefinedError |
Raised if a template tries to operate on Undefined . |
Class | FilterArgumentError |
This error is raised if a filter was called with inappropriate arguments |