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

Class

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

Source from the content-addressed store, hash-verified

8 * @class ErrorEntry
9 */
10class ErrorEntry {
11 constructor(type, data) {
12 this.type = type;
13 this.data = data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected