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
/
forbidden.js
1 lines
•
71 B
JavaScript
View Raw
1
module.exports
= require(
'./base'
)(
'ForbiddenError'
,
'Forbidden'
,
403
)
;