template_engine_exceptions Module
Classes
| BlockException |
Base class for all block exceptions. |
| BlockRenderException |
An error occurred while rendering a block. |
| BlockSyntaxError |
A invalid block syntax was found. |
| CodeBlockRenderException |
An error occurred while rendering a CodeBlock. |
| CodeBlockSyntaxError |
A invalid CodeBlock syntax was found. |
| CodeBlockTokenError |
An error occurred while tokenizing a CodeBlock. |
| FunctionIdBlockSyntaxError |
A invalid FunctionIdBlock syntax was found. Adds the context of the error to the generic message. |
| HandlebarsTemplateRenderException |
An error occurred while rendering a HandlebarsTemplate. |
| HandlebarsTemplateSyntaxError |
A invalid HandlebarsTemplate syntax was found. |
| Jinja2TemplateRenderException |
An error occurred while rendering a Jinja2Template. |
| Jinja2TemplateSyntaxError |
A invalid Jinja2Template syntax was found. |
| NamedArgBlockSyntaxError |
A invalid NamedArgBlock syntax was found. Adds the context of the error to the generic message. |
| TemplateRenderException |
An error occurred while rendering a Template. |
| TemplateSyntaxError |
A invalid Template syntax was found. |
| ValBlockSyntaxError |
A invalid ValBlock syntax was found. Adds the context of the error to the generic message. |
| VarBlockRenderError |
An error occurred while rendering a VarBlock. |
| VarBlockSyntaxError |
A invalid VarBlock syntax was found. Adds the context of the error to the generic message. |