UNPKG

reelflow

Version:

Elegant and powerful Instagram video downloader for seamless content extraction

9 lines (8 loc) 197 B
export class InstagramError extends Error { status; constructor(message, status = 500) { super(message); this.status = status; this.name = 'InstagramError'; } }