| 32 | * Includes byte offset for precise error localization in binary debugging. |
| 33 | */ |
| 34 | export class ZrBinaryError extends Error { |
| 35 | readonly code: ZrBinaryErrorCode; |
| 36 | readonly offset: number; |
| 37 | readonly detail: string; |
nothing calls this directly
no outgoing calls
no test coverage detected