Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/
Class
packages/sql/mysql2/test/utils.ts:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import
{ Context, Data, Effect, Layer, Redacted, String } from
"effect"
5
6
export
class
ContainerError extends Data.TaggedError(
"ContainerError"
)<{
7
cause: unknown
8
}> {}
9
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected