RSSHub/lib/errors/not-found.ts

4 lines
68 B
TypeScript

class NotFoundError extends Error {}
export default NotFoundError;