Skip to main content
Module

x/muse/errors.ts>MuseError

Youtube Music API (InnerTube) client for Deno, Node and the browser
Go to Latest
class MuseError
extends Error
import { MuseError } from "https://deno.land/x/muse@0.0.97/errors.ts";

Constructors

new
MuseError(
code: ERROR_CODE,
message: string,
options?: ErrorOptions,
)

Properties

name: string