Merge pull request #33859 from backstage/rugvip/remove-unused-notfounderror-class
repo-tools: 🧹
This commit is contained in:
@@ -44,5 +44,3 @@ export function exitWithError(error: Error): never {
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
export class NotFoundError extends CustomError {}
|
||||
|
||||
Reference in New Issue
Block a user