bloqade.lanes.bytecode.exceptions.BadInstructionError
← Module overview
class
classBadInstructionError¶source
bloqade.lanes.bytecode.exceptions.BadInstructionError
Bases: ParseError
A line could not be parsed as an instruction.
class BadInstructionError(line: int, text: str)Parameters
| Name | Type | Description |
|---|---|---|
line | int | |
text | str |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
line | — | line | |
text | — | text |