UNPKG

pgs.js

Version:

PGS (Presentation Graphic Stream) Subtitle For HTML5 Media Playback

7 lines (6 loc) 182 B
export default class ValidationError extends Error { constructor(message: string, option?: ErrorOptions) { super(message, option); this.name = this.constructor.name; } }