TruncatedSource
Thrown when the end of a source as self reported by its header doesnt match the start of the next source or the end of the bytecode.
error TruncatedSource(bytes bytecode);
Parameters
Name | Type | Description |
---|---|---|
bytecode | bytes | The bytecode that was inspected. |