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

x/willow/mod.universal.ts>WillowError

Exploring Willow in the most efficient and sound programming language
Go to Latest
class WillowError
extends Error
Re-export
import { WillowError } from "https://deno.land/x/willow@0.2.1/mod.universal.ts";

Generic top-level error class that other Willow errors inherit from.

Constructors

new
WillowError(message?: string)