TemplateEngineException.variableNotFound constructor

TemplateEngineException.variableNotFound(
  1. String? errorMessage
)

Thrown when a variable is referenced but not present in data.

Implementation

TemplateEngineException.variableNotFound(String? errorMessage)
  : message = errorMessage;