Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 287 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 287 Bytes

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);