error-adapter
Version:
A simple API for generating Error objects. It currently wraps Errs (http://github.com/flatiron/errs.git), but may not in the future.
24 lines (14 loc) • 421 B
Markdown
# error-adapter
[](https://travis-ci.org/greglearns/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
```bash
npm install -S error-adapter
```
# Usage
See tests.
# Testing this module
```bash
npm install
make test
```