koan-errors

0.0.5 • Public • Published

Koa.js error handling middleware for Koan.js

Build Status Dependency Status Coverage Status NPM version

Based on koa-error.

Supported content types:

  • json
  • html

Installation

$ npm install koan-errors

Options

  • template: path to template (defaults to the errors.html from the package),
  • engine: templating engine to use (defaults to swig).

Custom templates

Following local variables are available within a custom template:

  • env,
  • ctx,
  • request,
  • response,
  • error,
  • stack,
  • status,
  • code.

Contributions

  • are welcome;
  • should be tested;
  • should follow Koa.js coding style.

License

The MIT License

Copyright (c) 2014 Ruslan Bredikhin

Package Sidebar

Install

npm i koan-errors

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • bredikhin