This Exception is thrown if an accessed property in a value object was not found.
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        PropertyNotFoundException.php
                :
        26
                 
    
        Generates: Property '{$propertyName}' not found.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $propertyName | string | - | - | 
| $className | string|null | null | Optionally to specify class in abstract/parent classes | 
| $previous | Exception|null | null | - |