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

NotFoundError

An error thrown when a value or values are missing from an observable sequence.

interface NotFoundError extends Error {}
const NotFoundError: NotFoundErrorCtor;

§Extends

§
Error
[src]