class CacheError
extends Error

Base error for all cache-related failures.

Constructors

CacheError(message: string)

Usage

import { CacheError } from ".";