Skip to main content
Module

std/testing/time.ts>TimeError

Deno standard library
Go to Latest
class TimeError
extends Error
import { TimeError } from "https://deno.land/std@0.202.0/testing/time.ts";

An error related to faking time.

Constructors

new
TimeError(message: string)