npm.io
2.14.1 • Published 7 months ago

@openaddresses/batch-error

Licence
MIT
Version
2.14.1
Deps
1
Size
12 kB
Vulns
0
Weekly
0

Batch-Error

Errors for the HTTP Serving World

Installation

npm i @openaddresses/batch-error

Example Usage

const Err = require('@openaddresses/batch-error');

throw new Err(statusCode, originalErr_orNull, message);