class documentation

class TemplateAssertionError(TemplateSyntaxError):

View In Hierarchy

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 TemplateSyntaxError and has the same attributes.

Inherited from TemplateSyntaxError:

Method __init__ Undocumented
Method __reduce__ Undocumented
Method __str__ Undocumented
Instance Variable filename Undocumented
Instance Variable lineno Undocumented
Instance Variable name Undocumented
Instance Variable source Undocumented
Instance Variable translated Undocumented

Inherited from TemplateError (via TemplateSyntaxError):

Property message Undocumented