npm install trek-http-errorhttp-error
----------
A Http Error for Trek.js
``console`
$ npm install trek-http-error --save
`js
const HttpError = require('trek-http-error')
throw new HttpError(404, 'Not Found!')
``



---