MCPcopy Create free account
hub / github.com/Automattic/mongoose / constructor

Method constructor

lib/error/setOptionError.js:18–22  ·  view source on GitHub ↗

* Mongoose.set Error * * @api private * @inherits MongooseError

()

Source from the content-addressed store, hash-verified

16 * @inherits MongooseError
17 */
18 constructor() {
19 super('');
20
21 this.errors = {};
22 }
23
24 /**
25 * Console.log helper

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected