TemplateNotFoundException constructor

TemplateNotFoundException(
  1. String pathTo
)

The requested DCli template does not exists.

Implementation

TemplateNotFoundException(String pathTo)
    : super('The template $pathTo does not exist.');