TemplateEngineException constructor

TemplateEngineException(
  1. String? message
)

Generic constructor.

Implementation

TemplateEngineException(this.message);