deno.land / std@0.201.0 / assert / assertion_error.ts

assertion_error.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.export class AssertionError extends Error { override name = "AssertionError"; constructor(message: string) { super(message); }}
std

Version Info

Tagged at
a year ago