Trace an "AttributeError" when accessing an attribute that is missing #338
Labels
bb: minor
Minor issue according to bug bounty categorization
bug bounty
This issue is prized out as part of the Bug Bounty Program
enhancement
New feature or request
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.
The text was updated successfully, but these errors were encountered: