Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/merlin/deps.ts>asserts.AssertionError

Testing and Benchmarking framework for deno 🧙‍♂️
Latest
class asserts.AssertionError
extends Error
import { asserts } from "https://deno.land/x/merlin@v1.0.7/deps.ts";
const { AssertionError } = asserts;

Constructors

new
AssertionError(message: string)