MCPcopy Create free account
hub / github.com/andylow92/file-system-like-github /

Class

packages/shared/src/patch.ts:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 * a 404 by the API.
36 */
37export class SectionNotFoundError extends Error {
38 constructor(public heading: string) {
39 super(`Section heading not found: ${heading}`);
40 this.name = 'SectionNotFoundError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected