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