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

x/dtils/deps.ts>asserts.AssertionError

The best unofficial library of utilities for Deno applications
Go to Latest
class asserts.AssertionError
extends Error
import { asserts } from "https://deno.land/x/dtils@1.6.1/deps.ts";
const { AssertionError } = asserts;

Constructors

new
AssertionError(message: string)

Properties

name: string