bloqade.lanes.bytecode.exceptions.UnreachableInstructionError
← Module overview
class
classUnreachableInstructionError¶source
bloqade.lanes.bytecode.exceptions.UnreachableInstructionError
Bases: ValidationError
Instruction follows a return or halt and is unreachable.
class UnreachableInstructionError(pc: int)Parameters
| Name | Type | Description |
|---|---|---|
pc | int |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
pc | — | pc |