TemplateEngineException.variableNotFound constructor
TemplateEngineException.variableNotFound(
- String? errorMessage
Thrown when a variable is referenced but not present in data.
Implementation
TemplateEngineException.variableNotFound(String? errorMessage)
: message = errorMessage;