Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/proc/tests/deps/asserts.ts>AssertionError

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
class AssertionError
extends Error
import { AssertionError } from "https://deno.land/x/proc@0.20.17/tests/deps/asserts.ts";

Constructors

new
AssertionError(message: string)

Properties

name: string