This Exception is thrown on a write attempt in a read only property in a value object.
Methods¶
                
__construct()
            ¶
    
        
        PropertyReadOnlyException.php
                :
        25
                
    
        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 | Throwable|null | null | - |