You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
#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.The text was updated successfully, but these errors were encountered: