Skip to content

Commit

Permalink
remove old httperror comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrayson676 committed Oct 15, 2024
1 parent 8ecd3c3 commit 330c0de
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/http-error.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,3 @@ class HttpError extends Error {


module.exports = HttpError;
//HttpError = (status, headers, body) ->


// Error.call(@)
// Error.captureStackTrace(@, arguments.callee)
// @status = status
// @headers = headers
// @body = body
// @name = 'HttpError'
//
//HttpError.prototype.__proto__ = Error.prototype;

0 comments on commit 330c0de

Please sign in to comment.