Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.10/mongoose/lib/error/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.10/mongoose/lib/error/parallelSave.js

'use strict';

/*!
 * Module dependencies.
 */

const MongooseError = require('./');

class ParallelSaveError extends MongooseError {
  /**
   * ParallelSave Error constructor.
   *
   * @param {Document} doc
   * @api private
   */
  constructor(doc) {
    const msg = 'Can\'t save() the same doc multiple times in parallel. Document: ';
    super(msg + doc._id);
  }
}

Object.defineProperty(ParallelSaveError.prototype, 'name', {
  value: 'ParallelSaveError'
});

/*!
 * exports
 */

module.exports = ParallelSaveError;

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists