Initial commit
This commit is contained in:
12
node_modules/istanbul/lib/util/input-error.js
generated
vendored
Normal file
12
node_modules/istanbul/lib/util/input-error.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
Copyright (c) 2012, Yahoo! Inc. All rights reserved.
|
||||
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
|
||||
*/
|
||||
|
||||
module.exports.create = function (message) {
|
||||
var err = new Error(message);
|
||||
err.inputError = true;
|
||||
return err;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user