UNPKG

mcp-server-ticketmaster

Version:

A Model Context Protocol server for discovering events, venues, and attractions through the Ticketmaster Discovery API

9 lines 256 B
export class TicketmasterApiError extends Error { constructor(message, code, status) { super(message); this.code = code; this.status = status; this.name = 'TicketmasterApiError'; } } //# sourceMappingURL=types.js.map