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

Class

lib/error/createCollectionsError.js:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 */
13
14class CreateCollectionsError extends MongooseError {
15 constructor(message, errorsMap) {
16 super(message);
17 this.errors = errorsMap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected