first commit
This commit is contained in:
7
app_vue/node_modules/yargs/build/lib/yerror.js
generated
vendored
Normal file
7
app_vue/node_modules/yargs/build/lib/yerror.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
export class YError extends Error {
|
||||
constructor(msg) {
|
||||
super(msg || 'yargs error');
|
||||
this.name = 'YError';
|
||||
Error.captureStackTrace(this, YError);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user