TemplateEngineException constructor
TemplateEngineException(
- String? message
Generic constructor.
Implementation
TemplateEngineException(this.message);
Generic constructor.
TemplateEngineException(this.message);