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