Skip to main content

Class: TemplateSyntaxError

Defined in: Services/CopyService.ts:36

A template the engine refuses to render — today, only an unknown section helper. Thrown rather than swallowed so the mistake is visible; callers that render user-authored templates live (see renderCopyTemplate in the desktop package) catch it and show the message instead of blanking the preview.

Extends

  • Error

Constructors

Constructor

new TemplateSyntaxError(message): TemplateSyntaxError

Defined in: Services/CopyService.ts:37

Parameters

message

string

Returns

TemplateSyntaxError

Overrides

Error.constructor