UnclosedOperand

Git Source

Thrown when parsing an operand and the closing > paren is not found.

error UnclosedOperand(uint256 offset);

Parameters

NameTypeDescription
offsetuint256The offset in the source string where the error occurred.