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

EmptyError

An error thrown when an Observable or a sequence was queried but has no elements.

interface EmptyError extends Error {}
const EmptyError: EmptyErrorCtor;

§Extends

§
Error
[src]