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