Sha256: 141b57a0d1b20eeaa43ac3b01301689f16e29edc8c082dfb1af038cd56f3801a

Contents?: true

Size: 283 Bytes

Versions: 1

Compression:

Stored size: 283 Bytes

Contents

/*
 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;
};


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cssesc-source-0.1.0 vendor/node_modules/istanbul/lib/util/input-error.js