UNPKG

firescript

Version:
10 lines (7 loc) 200 B
class TemplateNotFoundError extends Error { constructor (tmplName) { super() this.message = `Template ${tmplName} not found in esx templates!` } } module.exports = TemplateNotFoundError