Module

x/proc/legacy/deps.ts>DeadlineError

A better way to work with processes in Deno.
Latest
class DeadlineError
extends Error
import { DeadlineError } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/deps.ts";

Error thrown when {@link Deadline} times out.

Constructors

new
DeadlineError()

Constructs a new DeadlineError instance.