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

Class

src/errors/encoding.ts:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 name: 'SizeOverflowError'
108}
109export class SizeOverflowError extends BaseError {
110 constructor({ givenSize, maxSize }: { givenSize: number; maxSize: number }) {
111 super(
112 `Size cannot exceed ${maxSize} bytes. Given size: ${givenSize} bytes.`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected