UNPKG

iab-vast-parser

Version:

Parses IAB VAST tags into iab-vast-model objects.

10 lines (8 loc) 216 B
import ExtendableError from 'es6-error' export default class VASTParserError extends ExtendableError { constructor (message, code) { super(message) this.code = code this.name = 'VASTParserError' } }