This Exception is thrown on a write attempt in a read only property in a value object.
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        PropertyReadOnlyException.php
                :
        26
                 
    
        Generates: Property '{$propertyName}' is readonly[ on class '{$className}'].
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $propertyName | string | - | - | 
| $className | string|null | null | Optionally to specify class in abstract/parent classes | 
| $previous | Exception|null | null | - |