Skip to main content
Module

x/fresh_store/mod.ts>MemoryAllocationError

Simple store for Deno Fresh, to pass state between islands
Go to Latest
class MemoryAllocationError
extends Error
import { MemoryAllocationError } from "https://deno.land/x/fresh_store@v1.0.1/mod.ts";

Error that is triggered when attempting to insert a store at an address that was already allocated, without explicit override.

Constructors

new
MemoryAllocationError()