Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ember-cli/ember-cli
/ constructor
Method
constructor
lib/models/package-info-cache/error-list.js:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
*/
12
module.exports =
class
ErrorList {
13
constructor() {
14
this.errors = [];
15
}
16
17
/*
18
* Add an error. The errorData object is optional, and can be anything.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected