Skip to main content
Module

x/rimbu/mod.ts>ErrBase.CustomError

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
class ErrBase.CustomError
Abstract
import { ErrBase } from "https://deno.land/x/rimbu@0.13.1/mod.ts";
const { CustomError } = ErrBase;

A custom error instance.

Constructors

new
CustomError(message: string)

Properties

readonly
name