TemplateEngineException.templateNotFound constructor

TemplateEngineException.templateNotFound(
  1. String? m
)

Creates an exception for a template file that cannot be found.

Implementation

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