koajs / koa-hbs

Handlebars templates for Koa.js
MIT License
159 stars 43 forks source link

Error handling for missing templates #42

Closed jwilm closed 7 years ago

jwilm commented 8 years ago

41 introduced error handling that doesn't utilize the preferred koa error mechanism of simply throwing. Add a MissingTemplateError class and throw it when the renderer fails to find a template.