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
/
internal.js
1 lines
•
75 B
JavaScript
View Raw
1
module.exports
= require(
'./base'
)(
'InternalError'
,
'Internal Error'
,
500
)
;