TemplateNotFoundException constructor
TemplateNotFoundException(
- String pathTo
The requested DCli template does not exists.
Implementation
TemplateNotFoundException(String pathTo)
: super('The template $pathTo dsoes not exist.');