mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
4 lines
68 B
TypeScript
4 lines
68 B
TypeScript
class NotFoundError extends Error {}
|
|
|
|
export default NotFoundError;
|