0 follower

Final Class Yiisoft\FormModel\Exception\UndefinedArrayElementException

InheritanceYiisoft\FormModel\Exception\UndefinedArrayElementException » Yiisoft\FormModel\Exception\ValueNotFoundException » InvalidArgumentException

Thrown when an array element is undefined.

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( string $property )
$property string

Name of the property.

                public function __construct(string $property)
{
    parent::__construct('Undefined array element: "' . $property . '".');
}