UNPKG

playable

Version:

Video player based on HTML5Video

5 lines (4 loc) 190 B
import ExtendableError from './ExtendableError'; export default class ResolutionError extends ExtendableError { constructor(name: string, resolutionStack: string[], message?: string); }