UNPKG

video-ad-sdk

Version:

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

8 lines (7 loc) 189 B
export class VastError extends Error { constructor(message) { super(message); this.name = 'VastError'; Object.setPrototypeOf(this, VastError.prototype); } }