Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
28
export
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