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

Method constructor

lib/models/project.js:740–744  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

738
739class NotFoundError extends Error {
740 constructor(message) {
741 super(message);
742 this.name = 'NotFoundError';
743 this.stack = new Error().stack;
744 }
745}
746
747Project.NotFoundError = NotFoundError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected