const CaptureError = function()

in www/CaptureError.js [25:27]


const CaptureError = function (c) {
    this.code = c || null;
};