Skip to content

openaddresses/batch-error

Repository files navigation

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