UNPKG
err-http
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
Error constructors for common http error types
github.com/aantthony/errors
aantthony/errors
err-http
/
notfound.js
1 lines
•
70 B
JavaScript
View Raw
1
module.exports
= require(
'./base'
)(
'NotFoundError'
,
'Not Found'
,
404
)
;