Final Class Yiisoft\FormModel\Exception\PropertyNotSupportNestedValuesException
| Inheritance | Yiisoft\ |
|---|
Thrown when the property doesn't support nested values.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| getValue() | Yiisoft\ |
Method Details
| public mixed __construct ( string $property, mixed $value ) | ||
| $property | string |
Name of the property. |
| $value | mixed | |
public function __construct(
string $property,
private readonly mixed $value,
) {
parent::__construct('Property "' . $property . '" doesn\'t support nested values.');
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.