UNPKG

react-native-track-player

Version:
6 lines (5 loc) 161 B
export class SetupNotCalledError extends Error { constructor() { super('You must call `setupPlayer` prior to interacting with the player.'); } }