Based on koa-error
.
Supported content types:
- json
- html
$ npm install koan-errors
template
: path to template (defaults to theerrors.html
from the package),engine
: templating engine to use (defaults toswig
).
Following local variables are available within a custom template:
env
,ctx
,request
,response
,error
,stack
,status
,code
.
- are welcome;
- should be tested;
- should follow Koa.js coding style.
Copyright (c) 2014 Ruslan Bredikhin