MCPcopy Create free account
hub / github.com/Effect-TS/effect /

Class

packages/sql/pg/test/utils.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Context, Data, Effect, Layer, Redacted, String } from "effect"
4
5export class ContainerError extends Data.TaggedError("ContainerError")<{
6 cause: unknown
7}> {}
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected