Final Class Yiisoft\FormModel\Exception\UndefinedArrayElementException
| Inheritance | Yiisoft\FormModel\Exception\UndefinedArrayElementException » Yiisoft\FormModel\Exception\ValueNotFoundException » InvalidArgumentException |
|---|
Thrown when an array element is undefined.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\FormModel\Exception\UndefinedArrayElementException |
Method Details
| public mixed __construct ( string $property ) | ||
| $property | string |
Name of the property. |
public function __construct(string $property)
{
parent::__construct('Undefined array element: "' . $property . '".');
}
Signup or Login in order to comment.