MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / constructor

Method constructor

lib/models/package-info-cache/error-entry.js:11–14  ·  view source on GitHub ↗
(type, data)

Source from the content-addressed store, hash-verified

9 */
10class ErrorEntry {
11 constructor(type, data) {
12 this.type = type;
13 this.data = data;
14 }
15}
16
17module.exports = ErrorEntry;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected