TemplateException constructor

TemplateException(
  1. String message, [
  2. dynamic details
])

Implementation

TemplateException(super.message, [super.details]);