%PDF- %PDF-
Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/node_modules/yargs/build/lib/ |
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/node_modules/yargs/build/lib/yerror.js |
export class YError extends Error { constructor(msg) { super(msg || 'yargs error'); this.name = 'YError'; Error.captureStackTrace(this, YError); } }