Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/stowrage/src/error.ts>InvalidKeyError

Stowre all the thing's you like
Latest
class InvalidKeyError
extends Error
import { InvalidKeyError } from "https://deno.land/x/stowrage@v0.4.2/src/error.ts";

Constructors

new
InvalidKeyError(key: string, db: string)

Properties

message: string
name: string