UNPKG

@schemifyjs/schematics

Version:

Reusable schematics for scaffolding SchemifyJS projects.

7 lines (6 loc) 196 B
export class TemplateNotFoundError extends Error { constructor(schematicPath) { super(`❌ Template not found: ${schematicPath}`); this.name = 'TemplateNotFoundError'; } }