UNPKG

video-ad-sdk

Version:

VAST/VPAID SDK that allows video ads to be played on top of any player

10 lines (8 loc) 202 B
export class VastError extends Error { code?: number public constructor(message: string) { super(message) this.name = 'VastError' Object.setPrototypeOf(this, VastError.prototype) } }