class CacheError
extends Error

Base error for all cache-related failures.

Constructors

new
CacheError(message: string)

Usage

import { CacheError } from ".";