PropertyUndefinedException
Less than 1 minute
PropertyUndefinedException
Exception thrown when a property is not defined in a model class.
class PropertyUndefinedException extends \Hazaar\Model\Exception\PropertyExceptionMethods
__construct
Constructs a new PropertyUndefinedException.
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 is not defined |
Generated by Hazaar API Doc Generator on Wed, 22 Jul 2026 14:10:07 +0000