UnclosedOperand
Thrown when parsing an operand and the closing > paren is not found.
error UnclosedOperand(uint256 offset);
Parameters
| Name | Type | Description |
|---|---|---|
offset | uint256 | The offset in the source string where the error occurred. |
Thrown when parsing an operand and the closing > paren is not found.
error UnclosedOperand(uint256 offset);
Parameters
| Name | Type | Description |
|---|---|---|
offset | uint256 | The offset in the source string where the error occurred. |