InvalidStateError
import { InvalidStateError } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.0/deps.ts";The InvalidStateError represents an error when an object is in an invalid state.
class InvalidStateError extends Error {}
constructor(message?: string);