UNPKG

@twurple/api

Version:

Interact with Twitch's API.

7 lines (6 loc) 181 B
import { CustomError } from '@twurple/common'; /** * Thrown whenever you try using invalid values in the client configuration. */ export class ConfigError extends CustomError { }