Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Automattic/mongoose
/ constructor
Method
constructor
lib/error/setOptionError.js:20–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
class
SetOptionError extends MongooseError {
19
20
constructor() {
21
super(
''
);
22
23
this.errors = {};
24
}
25
26
/**
27
* Console.log helper
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected