Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InvalidStateError

import { InvalidStateError } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";

The InvalidStateError represents an error when an object is in an invalid state.

class InvalidStateError extends Error {
constructor(message?: string);
}

§Extends

§
Error
[src]

§Constructors

§
new InvalidStateError(message?: string)
[src]