error-adapter
A simple API for generating Error objects. It currently wraps Errs (http://github.com/flatiron/errs.git), but may not in the future.
Installation
npm install -S error-adapter
Usage
See tests.
Testing this module
npm install
make test