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

Class

lib/models/project.js:739–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739class NotFoundError extends Error {
740 constructor(message) {
741 super(message);
742 this.name = 'NotFoundError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected