/
home
/
infinitibizsol
/
.trash
/
node_modules.6
/
mongoose
/
lib
/
error
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/node_modules.6/mongoose/lib/error/objectExpected.js
/*! * Module dependencies. */ 'use strict'; const MongooseError = require('./'); class ObjectExpectedError extends MongooseError { /** * Strict mode error constructor * * @param {string} type * @param {string} value * @api private */ constructor(path, val) { const typeDescription = Array.isArray(val) ? 'array' : 'primitive value'; super('Tried to set nested object field `' + path + `\` to ${typeDescription} \`` + val + '`'); this.path = path; } } Object.defineProperty(ObjectExpectedError.prototype, 'name', { value: 'ObjectExpectedError' }); module.exports = ObjectExpectedError;
Copyright ©2k19 -
Hexid
|
Tex7ure