Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 295 Bytes

indexOOBError.md

File metadata and controls

13 lines (8 loc) · 295 Bytes

indexOOBError

Signature

stdError.indexOOBError

Description

The internal Solidity error when trying to access an element of an array that is out of bounds.

Will not work for empty arrays in external contracts. For those, use expectRevert without any arguments.