koajs / koa-hbs

Handlebars templates for Koa.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error handling for missing templates

jwilm opened this issue · comments

#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.