Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
{ Context, Data, Effect, Layer, Redacted, String } from
"effect"
4
5
export
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