/
home
/
infinitibizsol
/
.trash
/
node_modules.10
/
mongoose
/
lib
/
error
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/node_modules.10/mongoose/lib/error/parallelValidate.js
'use strict'; /*! * Module dependencies. */ const MongooseError = require('./mongooseError'); class ParallelValidateError extends MongooseError { /** * ParallelValidate Error constructor. * * @param {Document} doc * @api private */ constructor(doc) { const msg = 'Can\'t validate() the same doc multiple times in parallel. Document: '; super(msg + doc._id); } } Object.defineProperty(ParallelValidateError.prototype, 'name', { value: 'ParallelValidateError' }); /*! * exports */ module.exports = ParallelValidateError;
Copyright ©2k19 -
Hexid
|
Tex7ure