OpenAddresses Error Handler
npm install @openaddresses/batch-errorErrors for the HTTP Serving World
``sh`
npm i @openaddresses/batch-error
`js
const Err = require('@openaddresses/batch-error');
throw new Err(statusCode, originalErr_orNull, message);
``