MCPcopy Create free account
hub / github.com/wevm/viem /

Class

src/errors/node.ts:270–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 name: 'UnknownNodeError'
269}
270export class UnknownNodeError extends BaseError {
271 constructor({ cause }: { cause?: BaseError | undefined }) {
272 super(`An error occurred while executing: ${cause?.shortMessage}`, {
273 cause,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected