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

x/fresh_store/mod.ts>NullPointerError

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

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

Constructors

new
NullPointerError()