import { AssertionError } from "https://deno.land/std@0.222.0/assert/assertion_error.ts";
Error thrown when an assertion fails.
Examples
Example 1
Example 1
import { AssertionError } from "https://deno.land/std@0.222.0/assert/assertion_error.ts";
throw new AssertionError("Assertion failed");