TemplateEngineException constructor

TemplateEngineException(
  1. String? message
)

Creates a template exception with message.

Implementation

TemplateEngineException(this.message);