const CaptureError = function()
in
www/CaptureError.js [25:27]
3
lines of code
2
McCabe index (conditional complexity)
const CaptureError = function (c) { this.code = c || null; };