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