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

Class

packages/tools/utils/src/Codegen.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * @since 4.0.0
27 */
28export class BarrelCodegenError extends Data.TaggedError("BarrelCodegenError")<{
29 readonly path: string
30 readonly reason: string
31}> {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected