MCPcopy Index your code
hub / github.com/nodejs/node / TemplateAssertionError

Class TemplateAssertionError

tools/inspector_protocol/jinja2/exceptions.py:119–124  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

117
118
119class TemplateAssertionError(TemplateSyntaxError):
120 """Like a template syntax error, but covers cases where something in the
121 template caused an error at compile time that wasn't necessarily caused
122 by a syntax error. However it's a direct subclass of
123 :exc:`TemplateSyntaxError` and has the same attributes.
124 """
125
126
127class TemplateRuntimeError(TemplateError):

Callers 1

failMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected