FormArrayInvalidIndexException constructor

FormArrayInvalidIndexException(
  1. String index
)

Creates an instance of the exception.

The index argument is the invalid index that was the cause of this exception.

Implementation

FormArrayInvalidIndexException(this.index);