sephiroth32
Results
1
comments of
sephiroth32
in older versions the plugin add the constructor, in this version you need add manually ```let errs = require('restify-errors'); errs.testerror = errs.makeConstructor('testerror', { statusCode: 200, message: 'my default message' });