TemplateEngineException.variableNotFound constructor
TemplateEngineException.variableNotFound(
- String? m
Creates an exception for a variable that cannot be resolved.
Implementation
TemplateEngineException.variableNotFound(String? m) : message = m;