Trace an "AttributeError" when accessing an attribute that is missing
Opened this issue · 0 comments
nielstron commented
Currently an "IndexError" is raised for constant list accesses when going out of bounds, which includes the accesses done when accessing fields of PlutusData. Since this is equivalent to accessing non-existant fields of a Python object, an "AttributeError" would be more descriptive of the issue at hand.
Bug bounty: 350 ADA