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

ObjectUnsubscribedError

An error thrown when an action is invalid because the object has been unsubscribed.

interface ObjectUnsubscribedError extends Error {}
const ObjectUnsubscribedError: ObjectUnsubscribedErrorCtor;

§Extends

§
Error
[src]