TemplateEngineException.variableNotFound constructor

TemplateEngineException.variableNotFound(
  1. String? m
)

Creates an exception for a variable that cannot be resolved.

Implementation

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