0 follower

Final Class Yiisoft\FormModel\Exception\UndefinedObjectPropertyException

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

Thrown when object property 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 object property: "' . $property . '".');
}