export class AdminBookingServiceError extends Error { constructor(message: string) { super(message); this.name = 'AdminBookingServiceError'; } }