SourceIndexOutOfBounds
Thrown when a bytecode source index is out of bounds.
error SourceIndexOutOfBounds(bytes bytecode, uint256 sourceIndex);
Parameters
| Name | Type | Description |
|---|---|---|
bytecode | bytes | The bytecode that was inspected. |
sourceIndex | uint256 | The source index that was out of bounds. |