export default class PlayerError extends Error { constructor(msg: string, name?: string); } export { PlayerError };