MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/sdk/src/fuma-runtime.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { AnySchema, AnyTable, Schema as FumaSchema } from "@executor-js/fumadb/schema";
4
5export class StorageError extends Data.TaggedError("StorageError")<{
6 readonly message: string;
7 readonly cause: unknown;
8}> {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected