????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/yargs/build/lib/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/yargs/build/lib/yerror.js |
export class YError extends Error { constructor(msg) { super(msg || 'yargs error'); this.name = 'YError'; if (Error.captureStackTrace) { Error.captureStackTrace(this, YError); } } }