module documentation

Undocumented

Class FilterArgumentError This error is raised if a filter was called with inappropriate arguments
Class SecurityError Raised if a template tries to do something insecure if the sandbox is enabled.
Class TemplateAssertionError Like a template syntax error, but covers cases where something in the template caused an error at compile time that wasn't necessarily caused by a syntax error. However it's a direct subclass of :exc:`TemplateSyntaxError` and has the same attributes.
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 :class:`TemplateNotFound` but raised if multiple templates are selected. This is a subclass of :class:`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 :class:`Undefined`.