restish-error
v0.0.1
Published
An Error collection to use in your REST API.
Downloads
5
Readme
restish-error
Overview
An Error collection to use in your REST API.
Usage
const err = new APIError('Error message', httpStatus.NOT_FOUND);Installation
npm install restish-errorCredits
Contributing
# fork it
git checkout -b my-new-feature
git commit -am 'feature: makes america great again'
git push origin my-new-feature
# submit a pull request