HTTPError HTTPError class. Table of Contents Installation Usage Install npm i @neumatter/http-error Usage uses: import HTTPError from '@neumatter/http-error' throw new HTTPError(404, 'not found') throw new HTTPError(404) throw new HTTPError('not found')