MCPcopy Create free account
hub / github.com/ember-cli/ember-cli /

Class

lib/models/package-info-cache/error-list.js:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 * @class ErrorList
11 */
12module.exports = class ErrorList {
13 constructor() {
14 this.errors = [];
15 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected