UNPKG

@spotify/web-api-ts-sdk

Version:
8 lines (6 loc) 204 B
import type { IHandleErrors } from "../types.js"; export default class NoOpErrorHandler implements IHandleErrors { public async handleErrors(_: any): Promise<boolean> { return false; } }