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

x/stowrage/src/error.ts>IDNotFoundError

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

Constructors

new
IDNotFoundError(id: number)

Properties

message: string
name: string