????

Your IP : 3.12.153.221


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/yargs/build/lib/
Upload File :
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);
        }
    }
}