* Mongoose.set Error * * @api private * @inherits MongooseError
()
| 16 | * @inherits MongooseError |
| 17 | */ |
| 18 | constructor() { |
| 19 | super(''); |
| 20 | |
| 21 | this.errors = {}; |
| 22 | } |
| 23 | |
| 24 | /** |
| 25 | * Console.log helper |
nothing calls this directly
no outgoing calls
no test coverage detected