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