Skip to main content
Module

x/fresh_store/mod.ts>NullPointerError

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

Error that is triggered when attempting to access a memory address that is unallocated.

Constructors

new
NullPointerError()