MCPcopy Create free account
hub / github.com/anomalyco/opencode /

Class

packages/protocol/src/errors.ts:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35) {}
36
37export class UnknownError extends Schema.TaggedErrorClass<UnknownError>()(
38 "UnknownError",
39 {
40 message: Schema.String,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected