repo-tools: remove unused NotFoundError class

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-04-13 09:55:59 +02:00
parent b4b085aaec
commit 8049d7bf6e
-2
View File
@@ -44,5 +44,3 @@ export function exitWithError(error: Error): never {
process.exit(1);
}
}
export class NotFoundError extends CustomError {}