TemplateEngineException constructor
TemplateEngineException(
- String? message
Creates a template exception with message.
Implementation
TemplateEngineException(this.message);
Creates a template exception with message.
TemplateEngineException(this.message);