MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi /

Class

packages/core/src/binary/parseError.ts:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 * Includes byte offset for precise error localization in binary debugging.
33 */
34export class ZrBinaryError extends Error {
35 readonly code: ZrBinaryErrorCode;
36 readonly offset: number;
37 readonly detail: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected