TemplateEngineException.templateNotFound constructor
- String? m
Creates an exception for a template file that cannot be found.
Implementation
TemplateEngineException.templateNotFound(String? m) : message = m;
Creates an exception for a template file that cannot be found.
TemplateEngineException.templateNotFound(String? m) : message = m;