UNPKG

@wowzamediasystems/sdk-rts

Version:

SDK for building a realtime broadcaster using the Wowza platform.

8 lines (7 loc) 161 B
export default class FetchError extends Error { constructor (message, status) { super(message) this.name = 'FetchError' this.status = status } }