MCPcopy 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

4import { Context, Data, Effect, Layer, Redacted, String } from "effect"
5
6export 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