Skip to main content
Module

x/rxjs/mod.ts>NotFoundError

Deno port of RXJS
Latest
interface NotFoundError
implements Error
import { type NotFoundError } from "https://deno.land/x/rxjs@v1.0.2/mod.ts";
variable NotFoundError
import { NotFoundError } from "https://deno.land/x/rxjs@v1.0.2/mod.ts";

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

type

NotFoundErrorCtor