PropertyUnsetException
Less than 1 minute
PropertyUnsetException
Exception thrown when an attempt is made to unset a property in a model class.
class PropertyUnsetException extends \Hazaar\Model\Exception\PropertyExceptionMethods
__construct
Constructs a new PropertyUnsetException.
public __construct(string $class, string $propertyName): voidParameters
| Parameter | Type | Description |
|---|---|---|
$class | string | the name of the class containing the property |
$propertyName | string | the name of the property that cannot be unset |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:23 +0000