UNPKG

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
# error-adapter [![Build Status](https://travis-ci.org/greglearns/error-adapter.png?branch=v0.0.4)](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 ```