Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/home/deltalab/PMS/sms-connector/node_modules/yargs/build/lib/
Upload File :
Current File : //proc/thread-self/root/home/deltalab/PMS/sms-connector/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);
    }
}