Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/
Class
packages/tools/ai-codegen/src/Generator.ts:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
* @since 4.0.0
63
*/
64
export
class
PatchError extends Data.TaggedError(
"PatchError"
)<{
65
readonly provider: string
66
readonly cause: unknown
67
}> {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected