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

ContextDoneError

import { ContextDoneError } from "https://raw.githubusercontent.com/jeremyBanks/database/0.1.0-dev/_common/context.ts";
class ContextDoneError extends Error {
constructor(reason: ContextDoneReason);
}

§Extends

§
Error
[src]

§Constructors

§
new ContextDoneError(reason: ContextDoneReason)
[src]