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
/
notimplemented.js
1 lines
•
82 B
JavaScript
View Raw
1
module.exports
= require(
'./base'
)(
'NotImplementedError'
,
'Not Implemented'
,
501
)
;