Merge pull request #33859 from backstage/rugvip/remove-unused-notfounderror-class

repo-tools: 🧹
This commit is contained in:
Patrik Oldsberg
2026-04-13 12:24:27 +02:00
committed by GitHub
-2
View File
@@ -44,5 +44,3 @@ export function exitWithError(error: Error): never {
process.exit(1);
}
}
export class NotFoundError extends CustomError {}